eslint-config/packages/vue/package.json
Anthony Fu 24e025c12d v0.3.1
2020-08-12 19:56:23 +08:00

23 lines
468 B
JSON

{
"name": "@antfu/eslint-config-vue",
"version": "0.3.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"files": [
"index.js"
],
"peerDependencies": {
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.3.1",
"eslint-plugin-vue": "7.0.0-alpha.10"
}
}