We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8b3ff commit 93f4de5Copy full SHA for 93f4de5
index.js
@@ -50,7 +50,7 @@ module.exports = {
50
1,
51
{ allowExpressions: true, allowTypedFunctionExpressions: true }
52
],
53
- "@typescript-eslint/explicit-module-boundry-types": 0,
+ "@typescript-eslint/explicit-module-boundary-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,
0 commit comments