fix: lint

This commit is contained in:
xingyu4j
2025-12-05 15:09:43 +08:00
parent de8d39ffed
commit 7bf7e09002

View File

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