chore: enable no-explict-any lint rule

This commit is contained in:
Zack Schuster 2022-04-26 20:58:43 -07:00
parent f419b6f169
commit 735217e170
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": [
"error",
{
"ignoreRestArgs": true
}
],
"curly": [
"error",
"all"