Skip to content

Commit 93f4de5

Browse files
committed
fix(config): typo
1 parent da8b3ff commit 93f4de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
1,
5151
{ allowExpressions: true, allowTypedFunctionExpressions: true }
5252
],
53-
"@typescript-eslint/explicit-module-boundry-types": 0,
53+
"@typescript-eslint/explicit-module-boundary-types": 0,
5454
"@typescript-eslint/no-empty-interface": 1,
5555
"@typescript-eslint/no-unused-vars": [1, { argsIgnorePattern: "^_" }],
5656
"@typescript-eslint/no-use-before-define": 0,

0 commit comments

Comments
 (0)