chore: migrate frontend linting to ESLint 10 (#549)

This commit is contained in:
InfinityPacer
2026-07-18 09:42:34 +08:00
committed by GitHub
parent 8a1c10bbf7
commit 8434b75af3
12 changed files with 2147 additions and 846 deletions
+4 -1
View File
@@ -260,7 +260,10 @@ export default defineConfig(({ mode }) => ({
url: 'http://localhost/',
},
},
include: ['src/**/__tests__/**/*.spec.ts'],
include: [
'src/**/__tests__/**/*.spec.ts',
'tests/config/**/*.spec.ts',
],
restoreMocks: true,
server: {
deps: {