We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c415995 commit 54bf708Copy full SHA for 54bf708
packages/eslint-config/library.js
@@ -31,7 +31,9 @@ module.exports = {
31
rules: {
32
"@typescript-eslint/consistent-type-definitions": "off",
33
"@typescript-eslint/require-await": "warn",
34
+ "@typescript-eslint/no-explicit-any": "warn",
35
"@typescript-eslint/no-unnecessary-condition": "warn",
36
+ "jest/expect-expect": "warn",
37
"react/jsx-sort-props": "warn",
38
"unicorn/filename-case": "off",
39
eqeqeq: "off",
0 commit comments