31 lines
631 B
JSON
31 lines
631 B
JSON
{
|
|
"name": "@antfu/eslint-config-react",
|
|
"version": "0.4.2",
|
|
"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.4.2",
|
|
"eslint-plugin-react": "^7.21.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.11.0",
|
|
"react": "^16.14.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|