Skip to content

Commit

Permalink
chore: 🔥 remove eslintrc-auto-import.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleeWa committed Oct 26, 2022
1 parent 6ee72cf commit a429d5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": [
"@antfu",
"./.eslintrc-auto-import.json"
"@antfu"
]
}
73 changes: 0 additions & 73 deletions .eslintrc-auto-import.json

This file was deleted.

3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
'vitest',
],
dts: true,
eslintrc: {
enabled: true,
},
}),

viteVConsole({
Expand Down

0 comments on commit a429d5c

Please sign in to comment.