Skip to content

Commit b157bfc

Browse files
committed
fix(config): disable rule typescript-eslint/explicit-module-boundry-types
1 parent 258294e commit b157bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ module.exports = {
5050
1,
5151
{ allowExpressions: true, allowTypedFunctionExpressions: true }
5252
],
53+
"@typescript-eslint/explicit-module-boundry-types": 0,
5354
"@typescript-eslint/no-empty-interface": 1,
5455
"@typescript-eslint/no-unused-vars": [1, { argsIgnorePattern: "^_" }],
5556
"@typescript-eslint/no-use-before-define": 0,
56-
"no-unused-vars": 0,
57+
"no-unused-vars": 0
5758
}
5859
}
5960
]

0 commit comments

Comments
 (0)