mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-08 09:16:58 +08:00
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "0.2.1",
|
|
"description": "ESLint configuration used by Create React App",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"babel-eslint": "6.1.2",
|
|
"eslint": "3.5.0",
|
|
"eslint-plugin-flowtype": "2.18.1",
|
|
"eslint-plugin-import": "1.12.0",
|
|
"eslint-plugin-jsx-a11y": "2.2.2",
|
|
"eslint-plugin-react": "6.3.0"
|
|
}
|
|
}
|