Skip to content

Commit

Permalink
fix(eslint-config): loosen eslint-plugin-import peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Killusions committed Jan 17, 2025
1 parent ed0da6e commit 4eb3099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint-config-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@eslint/js": "^9.9.1",
"angular-eslint": "^18.1.0 || ^19.0.0",
"eslint": "^9.9.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript-eslint": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"peerDependencies": {
"@eslint/js": "^9.9.1",
"eslint": "^9.9.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript-eslint": "^8.0.0"
Expand Down

0 comments on commit 4eb3099

Please sign in to comment.