eslint any type only warn no error

This commit is contained in:
ISA
2025-07-10 14:10:20 +02:00
parent 7cabbafad5
commit 898f2b14f2
6 changed files with 12 additions and 5 deletions

View File

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