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 1a5016d commit e8232afCopy full SHA for e8232af
eslint.config.js
@@ -4,4 +4,7 @@ import tseslint from "typescript-eslint"
4
export default tseslint.config({
5
files: ["**/*.ts"],
6
extends: [eslint.configs.recommended, ...tseslint.configs.strict],
7
+ rules: {
8
+ "@typescript-eslint/no-explicit-any": "off",
9
+ },
10
})
0 commit comments