Skip to content

Commit e3b5165

Browse files
committed
fix(eslint-config-angular): use latest correct eslint-plugin-import-version
Since version 2.27.0 eslint-plugin-import sorts imports in a broken order which does not meet IDEs ways of sorting imports. See: import-js/eslint-plugin-import#2685
1 parent 57b5e63 commit e3b5165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-config-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@eslint/js": "^9.9.1",
3535
"angular-eslint": "^18.1.0 || ^19.0.0",
3636
"eslint": "^9.9.1",
37-
"eslint-plugin-import": "^2.29.1",
37+
"eslint-plugin-import": "2.26.0",
3838
"eslint-plugin-jsdoc": "^50.2.2",
3939
"eslint-plugin-prefer-arrow": "^1.2.3",
4040
"typescript-eslint": "^8.0.0"

0 commit comments

Comments
 (0)