UNPKG

create-vue

Version:

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

16 lines (14 loc) 330 B
export default function getData() { return { configs: [ { importer: `import js from '@eslint/js'`, content: ` js.configs.recommended,`, }, { importer: `import pluginVue from 'eslint-plugin-vue'`, content: ` ...pluginVue.configs['flat/essential'],`, }, ], } }