Skip to content

Commit 1066a22

Browse files
VIA-579 AS/AJ Don't allow any
1 parent 337ecbf commit 1066a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const eslintConfig = defineConfig([
99
{
1010
rules: {
1111
"@typescript-eslint/no-unused-vars": "error",
12+
"@typescript-eslint/no-explicit-any": "error",
1213
},
1314
plugins: {
1415
"@typescript-eslint": tsPlugin,

0 commit comments

Comments
 (0)