eslintrc.json : "@typescript-eslint/no-unused-vars": "warn"

This commit is contained in:
ISA
2025-07-10 15:17:55 +02:00
parent 4ea12a1f79
commit 3a1d85dbe2
6 changed files with 12 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
"rules": {
// deine Regeln hier
//any nur warung geben und kein error
"@typescript-eslint/no-explicit-any": "warn"
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn"
}
}