mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 17:12:59 +08:00
22 lines
564 B
JSON
22 lines
564 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "2.0.0",
|
|
"description": "ESLint configuration used by Create React App",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": "^4.1.1",
|
|
"eslint-plugin-flowtype": "^2.34.1",
|
|
"eslint-plugin-import": "^2.6.0",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-react": "^7.1.0"
|
|
}
|
|
}
|