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-20 14:19:31 +05:30
committed by Anamika Dey
parent 9ef1d5f082
commit 15d63b6fe9
4 changed files with 0 additions and 14 deletions
-1
View File
@@ -102,7 +102,6 @@ module.exports = {
],
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/no-empty-function': 'off',
'prefer-arrow/prefer-arrow-functions': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'prefer-promise-reject-errors': 'error',
'brace-style': 'off',
-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",
-11
View File
@@ -84,7 +84,6 @@
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.3.1",
"eslint-plugin-license-header": "0.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-storybook": "^10.2.0",
@@ -20169,16 +20168,6 @@
"requireindex": "^1.2.0"
}
},
"node_modules/eslint-plugin-prefer-arrow": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz",
"integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"eslint": ">=2.0.0"
}
},
"node_modules/eslint-plugin-prettier": {
"version": "5.5.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz",
-1
View File
@@ -113,7 +113,6 @@
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "50.3.1",
"eslint-plugin-license-header": "0.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-storybook": "^10.2.0",