Skip to content

Commit

Permalink
Upgrade eslint packages to latest
Browse files Browse the repository at this point in the history
In particular, glad to have
import-js/eslint-plugin-import#2715 resolved.
It caught one unnecessary redundancy already, auto-fixed here!
  • Loading branch information
sjdemartini committed Aug 7, 2023
1 parent 03ad0e4 commit 0715a5c
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 170 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -136,13 +136,13 @@
"@vitest/coverage-v8": "^0.32.0",
"@vitest/ui": "^0.32.0",
"cspell": "^6.31.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-tss-unused-classes": "^0.0.4",
Expand Down

0 comments on commit 0715a5c

Please sign in to comment.