Skip to content

Commit b8696b8

Browse files
committed
fix: remove ts-ignore allowing rule
1 parent de475f5 commit b8696b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"root": true,
33
"parser": "@typescript-eslint/parser",
44
"plugins": ["@typescript-eslint"],
5-
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
6-
"rules": {
7-
"@typescript-eslint/ban-ts-comment": "warn"
8-
}
5+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"]
96
}

0 commit comments

Comments
 (0)