We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd6571 commit 4b8bc6fCopy full SHA for 4b8bc6f
1 file changed
eslint.config.ts
@@ -18,5 +18,10 @@ export default defineConfig([
18
tsconfigRootDir: __dirname
19
}
20
21
+ },
22
+ {
23
+ rules: {
24
+ '@typescript-eslint/no-explicit-any': 'off'
25
+ }
26
27
])
0 commit comments