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