parent
1c7637c95e
commit
95855a12d3
@ -1,7 +1,8 @@ |
||||
{ |
||||
"extends": "../../.eslintrc", |
||||
"rules": { |
||||
"@typescript-eslint/no-explicit-any": "off" |
||||
"@typescript-eslint/no-explicit-any": "off", |
||||
"@typescript-eslint/prefer-namespace-keyword": "off" |
||||
}, |
||||
"ignorePatterns": ["!**/*"] |
||||
} |
||||
|
Loading…
Reference in new issue