UNPKG

create-vue

Version:

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

13 lines (12 loc) 299 B
export default function getData({ oldData }) { return { ...oldData, configs: [ ...oldData.configs, { importer: `import pluginOxlint from 'eslint-plugin-oxlint'`, content: `\n ...pluginOxlint.buildFromOxlintConfigFile('.oxlintrc.json'),`, }, ], } }