Skip to content

Commit

Permalink
feat(eslint): update eslint-plugin-vitest to @vitest/eslint-plugin (
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 14, 2024
1 parent 12d0743 commit 05426fe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 151 deletions.
2 changes: 1 addition & 1 deletion eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const config = [
files: testFiles,
ignores: [...playwrightFiles],
plugins: {
vitest: (await import('eslint-plugin-vitest')).default,
vitest: (await import('@vitest/eslint-plugin')).default,
},
rules: {
// you don't want the editor to autofix this, but we do want to be
Expand Down
169 changes: 20 additions & 149 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"license": "MIT",
"dependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@vitest/eslint-plugin": "^1.1.7",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.11.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tslib": "^2.7.0",
Expand Down

0 comments on commit 05426fe

Please sign in to comment.