Skip to content

Commit

Permalink
fix(vitest): use vitest legacy config (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam authored Oct 1, 2024
1 parent d7844db commit 7945fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const vitest: ESLintConfig = {
{
files: ['**/*.spec.ts'],
plugins: ['vitest'],
extends: ['plugin:vitest/recommended'],
extends: ['plugin:vitest/legacy-recommended'],
rules: {
'vitest/consistent-test-it': [
'error',
Expand Down

0 comments on commit 7945fc2

Please sign in to comment.