[mod] theme/simple: improve fmt/lint tech

This is one of various PR to refactor the simple theme internally.

Replace eslint tool with Biome. I have been using this for quite some time, and
it will help us to have more consistent and valid code without extending on
other third party plugins.

Removes unused dependencies.
This commit is contained in:
Ivan Gabaldon
2025-06-28 09:55:15 +02:00
committed by Markus Heiser
parent 0cbb4f74cc
commit a947d5b3cf
13 changed files with 799 additions and 3672 deletions

View File

@@ -1,6 +1,5 @@
{
"dependencies": {
"eslint": "^9.17.0",
"pyright": "^1.1.391"
},
"scripts": {