fix: lint

pull/324/head
xingyu4j 2025-12-05 15:09:43 +08:00
parent de8d39ffed
commit 7bf7e09002
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ export default defineConfig({
'**/dist/**',
'**/.{idea,git,cache,output,temp}/**',
'**/node_modules/**',
'**/{stylelint,eslint}.config.*',
'.prettierrc.mjs'
'**/{stylelint,eslint}.config.*',
'.prettierrc.mjs',
],
},
});