Skip to content

Commit

Permalink
fix: downgrade eslint-plugin-import to v2.26.0
Browse files Browse the repository at this point in the history
Current regression in files with > 10 imports, ref: import-js/eslint-plugin-import#2669
  • Loading branch information
sreetamdas committed Jan 16, 2023
1 parent 8757c08 commit 883d058
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"eslint-config-next": "^13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
69 changes: 56 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 883d058

Please sign in to comment.