fix: align drainage frontend configuration

This commit is contained in:
2026-07-22 15:01:35 +08:00
parent 72850761ce
commit 0995172828
45 changed files with 853 additions and 339 deletions
+8 -1
View File
@@ -6,7 +6,14 @@ import globals from "globals";
export default [
{
ignores: [".next/**", "dist/**", "node_modules/**", "playwright-report/**", "test-results/**"]
ignores: [
".next/**",
"dist/**",
"dist-server/**",
"node_modules/**",
"playwright-report/**",
"test-results/**"
]
},
js.configs.recommended,
{