Skip to content

Commit

Permalink
feat(eslint-config): bump eslint-plugin-vitest 0.5.4 to @vitest/eslin…
Browse files Browse the repository at this point in the history
…t-plugin 1.1.4

remove unnecessary packages eslint-plugin-vitest-globals
  • Loading branch information
pplancq committed Sep 16, 2024
1 parent 4239b0d commit 9a1af23
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 239 deletions.
211 changes: 32 additions & 179 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitest/eslint-plugin": "^1.1.4",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
Expand All @@ -37,9 +38,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vitest-globals": "^1.5.0"
"eslint-plugin-testing-library": "^6.3.0"
},
"peerDependencies": {
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 9a1af23

Please sign in to comment.