Skip to content

Commit

Permalink
fix: remove vitest/expect-expect rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Jan 18, 2025
1 parent fd6a972 commit 37d039c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function createVitestConfig(): Linter.Config[] {
name: createConfigName('vitest/rules'),
files: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'],
rules: {
'vitest/expect-expect': 'error',
'vitest/no-commented-out-tests': 'warn',
'vitest/no-identical-title': 'error',
'vitest/no-import-node-test': 'warn',
Expand Down

0 comments on commit 37d039c

Please sign in to comment.