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
@ -244,7 +244,6 @@
|
|||||||
// ECMAScript 6
|
// ECMAScript 6
|
||||||
"constructor-super": "error",
|
"constructor-super": "error",
|
||||||
"no-class-assign": "error",
|
"no-class-assign": "error",
|
||||||
"no-confusing-arrow": "error",
|
|
||||||
"no-const-assign": "error",
|
"no-const-assign": "error",
|
||||||
"no-dupe-class-members": "error",
|
"no-dupe-class-members": "error",
|
||||||
"no-duplicate-imports": "error",
|
"no-duplicate-imports": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user