UNPKG

create-vue

Version:

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

13 lines (12 loc) 257 B
{ "scripts": { "lint:oxlint": "oxlint . --fix", "lint:eslint": "eslint . --fix --cache", "lint": "run-s \"lint:*\"" }, "devDependencies": { "eslint-plugin-oxlint": "~1.73.0", "npm-run-all2": "^9.0.2", "oxlint": "~1.74.0" } }