Lint 忽略 public/vs 目录

This commit is contained in:
xintaofei
2026-03-15 19:32:46 +08:00
parent a937e1511c
commit 85674a15aa

View File

@@ -15,6 +15,7 @@ const eslintConfig = defineConfig([
"build/**", "build/**",
"next-env.d.ts", "next-env.d.ts",
"src-tauri/target/**", "src-tauri/target/**",
"public/vs/**",
]), ]),
eslintConfigPrettier, eslintConfigPrettier,
eslintPluginPrettierRecommended, eslintPluginPrettierRecommended,