diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-06-28 09:55:15 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-03 17:35:05 +0200 |
| commit | a947d5b3cff32104ee009113226feab45439dbdd (patch) | |
| tree | bcb49118b7400509f97852382fee2fd2ea7efcf5 /client/simple/.gitignore | |
| parent | 0cbb4f74ccff4aba15d9f2619f30bf77361f441c (diff) | |
[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.
Diffstat (limited to 'client/simple/.gitignore')
| -rw-r--r-- | client/simple/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/simple/.gitignore b/client/simple/.gitignore index 84c232f71..de4d1f007 100644 --- a/client/simple/.gitignore +++ b/client/simple/.gitignore @@ -1,3 +1,2 @@ dist node_modules -.stylelintcache
\ No newline at end of file |