mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
fix: remove eslint-plugin-import rules
We'll consider using eslint-plugin-import-x in the next major version, https://github.com/theoludwig/eslint-config-conventions/issues/3 We remove this plugin to avoid issues like this: https://github.com/pnpm/pnpm/issues/4619 (should be resolved when ESLint v9 is fully supported) And because of the lack of features, that eslint-plugin-import-x implement: (https://github.com/un-ts/eslint-plugin-import-x/issues/24#issuecomment-1991605123)
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0"
|
||||
},
|
||||
@@ -63,7 +62,6 @@
|
||||
"@typescript-eslint/parser": "7.16.0",
|
||||
"editorconfig-checker": "5.1.8",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-promise": "6.4.0",
|
||||
"eslint-plugin-unicorn": "54.0.0",
|
||||
"husky": "9.0.11",
|
||||
|
Reference in New Issue
Block a user