Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refactor(types): simplify type exports (#10243)
Co-authored-by: 翠 / green <[email protected]>
  • Loading branch information
bluwy and sapphi-red committed Sep 30, 2022
1 parent 3e8af56 commit 6c3a321
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,4 +1,3 @@
dist
playground-temp
temp
packages/vite/client/types.d.ts
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -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'
}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -5,7 +5,6 @@
*.local
*.log
/.vscode/
/packages/vite/client/types.d.ts
/packages/vite/LICENSE
dist
dist-ssr
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Expand Up @@ -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

0 comments on commit 6c3a321

Please sign in to comment.