chore: update deps
This commit is contained in:
@@ -19,7 +19,6 @@ export async function ignores(): Promise<Linter.FlatConfig[]> {
|
||||
'**/tmp',
|
||||
'**/.tmp',
|
||||
'**/.history',
|
||||
'**/.vitepress/cache',
|
||||
'**/.nuxt',
|
||||
'**/.next',
|
||||
'**/.vercel',
|
||||
@@ -33,6 +32,9 @@ export async function ignores(): Promise<Linter.FlatConfig[]> {
|
||||
'**/*.min.*',
|
||||
'**/LICENSE*',
|
||||
'**/__snapshots__',
|
||||
'**/*.snap',
|
||||
'**/fixtures/**',
|
||||
'**/.vitepress/cache/**',
|
||||
'**/auto-import?(s).d.ts',
|
||||
'**/components.d.ts',
|
||||
'**/vite.config.mts.*',
|
||||
|
Reference in New Issue
Block a user