Skip to content

Commit 1f8d3d3

Browse files
committed
eslint better types
1 parent d9d78df commit 1f8d3d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/tools/eslint-config/src/typescript.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ module.exports = {
2525
fixStyle: "inline-type-imports",
2626
},
2727
],
28+
29+
"no-unused-vars": "off", // override
2830
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
31+
2932
"@typescript-eslint/require-await": "off",
3033
"@typescript-eslint/no-misused-promises": [
3134
"warn",

0 commit comments

Comments
 (0)