diff --git a/.eslintignore b/.eslintignore index 833faed8..29741968 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ dist playground-temp temp -packages/vite/client/types.d.ts diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 2ce0e4fb..6333ec25 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -131,7 +131,7 @@ module.exports = defineConfig({ } }, { - files: ['packages/vite/src/dep-types/**', '*.spec.ts'], + files: ['packages/vite/src/types/**', '*.spec.ts'], rules: { 'node/no-extraneous-import': 'off' } diff --git a/.gitignore b/.gitignore index 8aafb6ab..7f1cab0e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ *.local *.log /.vscode/ -/packages/vite/client/types.d.ts /packages/vite/LICENSE dist dist-ssr diff --git a/.prettierignore b/.prettierignore index be3598b2..b1ea458b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,4 +9,3 @@ playground/tsconfig-json-load-error/has-error/tsconfig.json playground/html/invalid.html playground/html/valid.html playground/worker/classic-worker.js -packages/vite/client/types.d.ts