Merge pull request #12515 from Snuffleupagus/eslint-no-abusive-eslint-disable

Enable the `unicorn/no-abusive-eslint-disable` ESLint plugin rule
This commit is contained in:
Tim van der Meij 2020-10-22 22:00:05 +02:00 committed by GitHub
commit 4258586c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",