Skip to content

Commit e8232af

Browse files
committed
Update eslint.config.js
1 parent 1a5016d commit e8232af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ import tseslint from "typescript-eslint"
44
export default tseslint.config({
55
files: ["**/*.ts"],
66
extends: [eslint.configs.recommended, ...tseslint.configs.strict],
7+
rules: {
8+
"@typescript-eslint/no-explicit-any": "off",
9+
},
710
})

0 commit comments

Comments
 (0)