mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue