Skip to content

Commit 59fa6f8

Browse files
committed
chore(webdriver): remove no-unused-vars rule
1 parent 3d8a3d1 commit 59fa6f8

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
@@ -70,9 +70,7 @@ export default [
7070
"unicorn/prefer-optional-catch-binding": "off",
7171
"unicorn/prefer-logical-operator-over-ternary": "off",
7272

73-
"no-unused-vars": "off",
7473
"@typescript-eslint/no-explicit-any": "off",
75-
"@typescript-eslint/no-unused-vars": "off",
7674
"require-await": "error",
7775
"@typescript-eslint/no-floating-promises": "error",
7876
},

0 commit comments

Comments
 (0)