eslint-config/packages/all/package.json

23 lines
457 B
JSON
Raw Normal View History

2020-08-12 19:24:32 +08:00
{
"name": "@antfu/eslint-config",
"version": "0.2.14",
"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": {
2020-08-12 19:42:30 +08:00
"@antfu/eslint-config-vue": "*",
"@antfu/eslint-config-react": "*"
2020-08-12 19:24:32 +08:00
}
}