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 258294e commit b157bfcCopy full SHA for b157bfc
index.js
@@ -50,10 +50,11 @@ module.exports = {
50
1,
51
{ allowExpressions: true, allowTypedFunctionExpressions: true }
52
],
53
+ "@typescript-eslint/explicit-module-boundry-types": 0,
54
"@typescript-eslint/no-empty-interface": 1,
55
"@typescript-eslint/no-unused-vars": [1, { argsIgnorePattern: "^_" }],
56
"@typescript-eslint/no-use-before-define": 0,
- "no-unused-vars": 0,
57
+ "no-unused-vars": 0
58
}
59
60
]
0 commit comments