Skip to content

Commit

Permalink
chore(vitest.cjs): downgrade eslint vitest to support older eslint api
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 15, 2024
1 parent c4a7e4c commit e1ba4df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.6",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-vitest": "0.4.1",
"eslint-plugin-wc": "2.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions configs/eslint-config-custom/vitest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
globals: {
vi: true,
},
// plugins: ['vitest'],
// extends: ['plugin:vitest/recommended'],
plugins: ['vitest'],
extends: ['plugin:vitest/recommended'],
};
22 changes: 11 additions & 11 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 e1ba4df

Please sign in to comment.