31 lines
667 B
JSON
31 lines
667 B
JSON
{
|
|
"name": "@antfu/eslint-config-vue",
|
|
"version": "0.2.14",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint . --config=index.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"eslint": ">=7.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@antfu/eslint-config-ts": "^0.2.14",
|
|
"eslint-plugin-vue": "7.0.0-alpha.10"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
|
}
|