Clean up Sonar issues and lint warnings
Some checks failed
build-and-push / lint (push) Failing after 5s
build-and-push / sonar (push) Has been skipped
build-and-push / docker (push) Has been skipped

This commit is contained in:
nocci 2025-12-30 16:45:17 +00:00
parent b9aa6e0073
commit 7ffc454e47
6 changed files with 124 additions and 89 deletions

View file

@ -11,7 +11,7 @@ export default [
{
ignores: ['data/**'],
},
js.configs.recommended, // TODO still needed?
js.configs.recommended,
{
// files: ['*.js'],
languageOptions: {