Browse Source

fix: lint

xingyu4j 6 tháng trước cách đây
mục cha
commit
7bf7e09002
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vitest.config.ts

+ 2 - 2
vitest.config.ts

@@ -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',
     ],
   },
 });