UNPKG

create-vue

Version:

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

16 lines (14 loc) 353 B
export default function getData() { return { configs: [ { importer: `import pluginVue from 'eslint-plugin-vue'`, content: ` ...pluginVue.configs['flat/essential'],`, }, { // skipped importer for this one because it was already there content: ` vueTsConfigs.recommended,`, }, ], } }