Skip to content

Commit

Permalink
Bump eslint-plugin-import to 2.27.5 to benefit from default export ov…
Browse files Browse the repository at this point in the history
…erload fix

Hi, I noticed Next is using eslint-plugin-import@2.22.1 and I would like to propose bumping that to 2.27.5 since that version fixes an issue where a default export with overloads is incorrectly identified as multiple default exports.
  • Loading branch information
TomasHubelbauer committed May 19, 2023
1 parent 0800ea7 commit 8806eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -140,7 +140,7 @@
"eslint": "7.24.0",
"eslint-config-next": "workspace:*",
"eslint-plugin-eslint-plugin": "4.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "24.3.5",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-react": "7.23.2",
Expand Down

0 comments on commit 8806eb2

Please sign in to comment.