修复前端lint
All checks were successful
Go CI / test-and-build (push) Successful in 11s
Web CI / lint-test-build (push) Successful in 24s

This commit is contained in:
2026-04-06 14:57:31 +08:00
parent b98abab120
commit e4615e122e
3 changed files with 46 additions and 37 deletions

View File

@@ -23,10 +23,10 @@ export default defineConfig([
js.configs.recommended,
...pluginVue.configs['flat/essential'],
{
...pluginVitest.configs.recommended,
files: ['src/**/__tests__/*'],
files: ['src/**/__tests__/*', 'src/test/**'],
},
skipFormatting,
])