Skip to content

Commit

Permalink
fix(eslint-config): ignore TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Jan 8, 2025
1 parent d619ff5 commit fde62fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/src/configs/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export async function vitest(options: VitestOptions = {}): Promise<Config[]> {
'no-unused-expressions': 'off',

'vitest/no-only-tests': isInEditor ? 'warn' : 'error',
// @ts-expect-error - @vitest/eslint-plugin types are incorrect
'vitest/valid-title': ['error', {allowArguments: true}],

...overrides,
Expand Down

0 comments on commit fde62fc

Please sign in to comment.