UNPKG

@vue/create-eslint-config

Version:

Utility to setup ESLint in Vue.js projects.

56 lines (55 loc) 1.39 kB
{ "name": "@vue/create-eslint-config", "version": "0.7.3", "description": "Utility to setup ESLint in Vue.js projects.", "type": "module", "main": "index.js", "bin": { "create-eslint-config": "bin/create-eslint-config.js" }, "engines": { "node": "^16.14.0 || >= 18.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --fix ." }, "repository": { "type": "git", "url": "git+https://github.com/vuejs/create-eslint-config.git" }, "keywords": [ "vue", "eslint", "config" ], "author": "Haoqun Jiang <haoqunjiang+npm@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vuejs/create-eslint-config/issues" }, "homepage": "https://github.com/vuejs/create-eslint-config#readme", "publishConfig": { "access": "public", "provenance": true }, "dependencies": { "ejs": "^3.1.10", "enquirer": "^2.4.1", "kolorist": "^1.8.0" }, "devDependencies": { "@eslint/js": "^9.20.0", "@types/node": "^22.13.4", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.4.0", "eslint": "^9.20.1", "eslint-plugin-oxlint": "^0.15.10", "eslint-plugin-vue": "^9.32.0", "jiti": "^2.4.2", "npm-run-all2": "^7.0.2", "oxlint": "^0.15.10", "prettier": "^3.5.1", "typescript": "~5.7.3" } }