Skip to content

Commit

Permalink
Merge pull request #12515 from Snuffleupagus/eslint-no-abusive-eslint…
Browse files Browse the repository at this point in the history
…-disable

Enable the `unicorn/no-abusive-eslint-disable` ESLint plugin rule
  • Loading branch information
timvandermeij authored Oct 22, 2020
2 parents e389ed6 + 60d2ff5 commit 4258586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"mozilla/use-includes-instead-of-indexOf": "error",
"no-unsanitized/method": "error",
"no-unsanitized/property": "error",
"unicorn/no-abusive-eslint-disable": "error",
"unicorn/no-array-instanceof": "error",
"unicorn/prefer-starts-ends-with": "error",

Expand Down

0 comments on commit 4258586

Please sign in to comment.