mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(monorepo): migrate vue packages and apply oxlint refactors
This commit is contained in:
@@ -6,11 +6,12 @@ export default defineConfig({
|
||||
'configs/oxlint/vitest.config.ts',
|
||||
'core/stdlib/vitest.config.ts',
|
||||
'core/platform/vitest.config.ts',
|
||||
'web/vue/vitest.config.ts',
|
||||
'vue/toolkit/vitest.config.ts',
|
||||
'vue/primitives/vitest.config.ts',
|
||||
],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['core/*', 'web/*'],
|
||||
include: ['core/*', 'vue/*'],
|
||||
exclude: ['**/node_modules/**', '**/dist/**'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user