mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
chore: migrate frontend linting to ESLint 10 (#549)
This commit is contained in:
+4
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user