We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdad0cc commit 194e2f8Copy full SHA for 194e2f8
packages/plugin-eslint/vite.config.integration.ts
@@ -5,8 +5,6 @@ import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js
5
export default defineConfig({
6
cacheDir: '../../node_modules/.vite/plugin-eslint',
7
test: {
8
- // eslint-disable-next-line @typescript-eslint/no-magic-numbers
9
- testTimeout: 25_000,
10
reporters: ['basic'],
11
globals: true,
12
cache: {
0 commit comments