mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Remove the no-confusing-arrow
ESLint rule since it's deprecated
Please see https://eslint.org/docs/latest/rules/no-confusing-arrow
This commit is contained in:
parent
9dfe9c552c
commit
998184a00e
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@
|
|||
// ECMAScript 6
|
||||
"constructor-super": "error",
|
||||
"no-class-assign": "error",
|
||||
"no-confusing-arrow": "error",
|
||||
"no-const-assign": "error",
|
||||
"no-dupe-class-members": "error",
|
||||
"no-duplicate-imports": "error",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue