Skip to content

Commit 4258586

Browse files
Merge pull request #12515 from Snuffleupagus/eslint-no-abusive-eslint-disable
Enable the `unicorn/no-abusive-eslint-disable` ESLint plugin rule
2 parents e389ed6 + 60d2ff5 commit 4258586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"mozilla/use-includes-instead-of-indexOf": "error",
3737
"no-unsanitized/method": "error",
3838
"no-unsanitized/property": "error",
39+
"unicorn/no-abusive-eslint-disable": "error",
3940
"unicorn/no-array-instanceof": "error",
4041
"unicorn/prefer-starts-ends-with": "error",
4142

0 commit comments

Comments
 (0)