Skip to content

Commit 8dd69db

Browse files
committed
Merge branch 'remove-no-unused-vars-rule' of https://github.com/nakrovati/js-framework-benchmark into nakrovati-remove-no-unused-vars-rule
2 parents 40e01ef + 59fa6f8 commit 8dd69db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ export default [
7171
"unicorn/prefer-optional-catch-binding": "off",
7272
"unicorn/prefer-logical-operator-over-ternary": "off",
7373

74-
"no-unused-vars": "off",
7574
"@typescript-eslint/no-explicit-any": "off",
76-
"@typescript-eslint/no-unused-vars": "off",
7775
"require-await": "error",
7876
"@typescript-eslint/no-floating-promises": "error",
7977
},

0 commit comments

Comments
 (0)