Skip to content

Commit 4b8bc6f

Browse files
committed
Disable no-explicit-any rule
1 parent 1fd6571 commit 4b8bc6f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eslint.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@ export default defineConfig([
1818
tsconfigRootDir: __dirname
1919
}
2020
}
21+
},
22+
{
23+
rules: {
24+
'@typescript-eslint/no-explicit-any': 'off'
25+
}
2126
}
2227
])

0 commit comments

Comments
 (0)