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.
2 parents 40e01ef + 59fa6f8 commit 8dd69dbCopy full SHA for 8dd69db
eslint.config.js
@@ -71,9 +71,7 @@ export default [
71
"unicorn/prefer-optional-catch-binding": "off",
72
"unicorn/prefer-logical-operator-over-ternary": "off",
73
74
- "no-unused-vars": "off",
75
"@typescript-eslint/no-explicit-any": "off",
76
- "@typescript-eslint/no-unused-vars": "off",
77
"require-await": "error",
78
"@typescript-eslint/no-floating-promises": "error",
79
},
0 commit comments