Added the eslint rule "no explicit any" -> 0
This commit is contained in:
parent
e93e73be89
commit
f515d7643b
@ -5,6 +5,7 @@
|
||||
"parserOptions": { "project": ["./tsconfig.json"] },
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": 0,
|
||||
"@typescript-eslint/no-use-before-define": "warn",
|
||||
"@typescript-eslint/no-unused-vars": "warn"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user