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:
Jonas Jenwald 2024-01-21 15:45:28 +01:00
parent 9dfe9c552c
commit 998184a00e

View File

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