Skip to content

Commit e08f378

Browse files
rgrunberdatho7561
authored andcommitted
Update typescript-estlint/eslint-plugin to latest version.
- typescript-eslint/eslint-plugin 5.30.7 did not support Typescript 4.9 Signed-off-by: Roland Grunberg <[email protected]>
1 parent c6533df commit e08f378

File tree

3 files changed

+145
-193
lines changed

3 files changed

+145
-193
lines changed

.eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
{
2222
"argsIgnorePattern": "^_"
2323
}
24-
]
24+
],
25+
"@typescript-eslint/no-explicit-any": "warn"
2526
},
2627
"overrides": [
2728
{
@@ -34,4 +35,4 @@
3435
}
3536
}
3637
]
37-
}
38+
}

0 commit comments

Comments
 (0)