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:
commit
4258586c38
@ -36,6 +36,7 @@
|
|||||||
"mozilla/use-includes-instead-of-indexOf": "error",
|
"mozilla/use-includes-instead-of-indexOf": "error",
|
||||||
"no-unsanitized/method": "error",
|
"no-unsanitized/method": "error",
|
||||||
"no-unsanitized/property": "error",
|
"no-unsanitized/property": "error",
|
||||||
|
"unicorn/no-abusive-eslint-disable": "error",
|
||||||
"unicorn/no-array-instanceof": "error",
|
"unicorn/no-array-instanceof": "error",
|
||||||
"unicorn/prefer-starts-ends-with": "error",
|
"unicorn/prefer-starts-ends-with": "error",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user