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 c47d662 commit c765fadCopy full SHA for c765fad
src/index.ts
@@ -84,6 +84,11 @@ const customTypescriptRules: Linter.RulesRecord = {
84
// https://typescript-eslint.io/rules/no-unsafe-call/
85
// should not be forced by default, turn on when you really need it
86
"off",
87
+ ],
88
+ "@typescript-eslint/no-explicit-any": [
89
+ // https://typescript-eslint.io/rules/no-explicit-any/
90
+ // should not be forced by default, turn on when you really need it
91
+ "off",
92
]
93
};
94
0 commit comments