feat: setup stricter linting

This commit is contained in:
2026-05-24 22:36:41 +02:00
parent e022b60920
commit fc1883a6c3
6 changed files with 68 additions and 7 deletions

View File

@@ -11,5 +11,5 @@
"removeComments": false,
"skipLibCheck": true
},
"include": ["static/*.ts"]
"include": ["eslint.config.ts", "static/**/*.ts"]
}