2020-08-12 19:24:32 +08:00
|
|
|
{
|
|
|
|
"name": "@antfu/eslint-config",
|
2021-03-16 00:30:18 +08:00
|
|
|
"version": "0.6.2",
|
2020-08-12 19:24:32 +08:00
|
|
|
"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": {
|
2021-03-16 00:30:18 +08:00
|
|
|
"@antfu/eslint-config-react": "^0.6.2",
|
|
|
|
"@antfu/eslint-config-vue": "^0.6.2"
|
2020-08-12 20:08:06 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-13 21:11:35 +08:00
|
|
|
"eslint": "^7.22.0"
|
2020-08-12 19:24:32 +08:00
|
|
|
}
|
|
|
|
}
|