UNPKG

create-vue

Version:

🛠️ The recommended way to start a Vite-powered Vue project

17 lines (16 loc) 321 B
export default function getData({ oldData }) { return { ...oldData, configs: [ ...oldData.configs, { importer: `import pluginVitest from '@vitest/eslint-plugin'`, content: ` { ...pluginVitest.configs.recommended, files: ['src/**/__tests__/*'], },`, }, ], } }