chore: remove unused eslint-plugin-prefer-arrow (#11894)

Remove eslint-plugin-prefer-arrow dependency as the only rule from this plugin (prefer-arrow/prefer-arrow-functions) was disabled in all ESLint configurations.
This commit is contained in:
Denys Vuika
2026-05-19 11:13:00 +01:00
committed by GitHub
parent 165d0fc521
commit 1fbd869902
4 changed files with 0 additions and 14 deletions
-1
View File
@@ -10,7 +10,6 @@
"createDefaultProgram": true
},
"rules": {
"prefer-arrow/prefer-arrow-functions": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/naming-convention": "warn",
"quote-props": "off",