Skip to content

Commit 037ccf6

Browse files
committed
updating linting config
1 parent f6e0540 commit 037ccf6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.eslintrc.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ module.exports = {
44
plugins: ["@typescript-eslint"],
55
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
66
rules: {
7-
"@typescript-eslint/no-unused-vars": [
8-
2,
9-
{ args: "all", argsIgnorePattern: "^_" },
10-
],
117
"@typescript-eslint/no-explicit-any": "off",
128
"@typescript-eslint/ban-ts-comment": "off",
13-
"@typescript-eslint/no-var-requires": "off"
9+
"@typescript-eslint/no-var-requires": "off",
10+
"@typescript-eslint/no-unused-vars": "off"
1411
},
1512
};

0 commit comments

Comments
 (0)