eslint-config/packages/react/package.json

30 lines
611 B
JSON
Raw Normal View History

2019-07-18 03:27:54 +08:00
{
2020-08-12 19:24:32 +08:00
"name": "@antfu/eslint-config-react",
2020-07-18 22:10:55 +08:00
"version": "0.2.14",
2019-07-18 03:27:54 +08:00
"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": {
2020-07-18 22:08:29 +08:00
"eslint": ">=7.4.0"
2019-07-18 03:27:54 +08:00
},
2020-08-12 19:24:32 +08:00
"publishConfig": {
"access": "public"
},
2019-07-18 03:27:54 +08:00
"dependencies": {
2020-08-12 19:24:32 +08:00
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-react": "^7.20.5"
2019-07-18 03:27:54 +08:00
},
"devDependencies": {
2020-08-12 19:24:32 +08:00
"eslint": "^7.6.0",
"typescript": "^3.9.7"
}
2019-07-18 03:27:54 +08:00
}