mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-27 22:34:59 +08:00
* Add restricted globals package * Use new package in eslint-config * Add eslint-restricted-globals dependency * Fixes * Update dependencies * Update test and README * Use jest * tweaks * Add lint/test to CI * Fix lint
25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "2.1.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": "^8.0.2",
|
|
"eslint": "^4.1.1",
|
|
"eslint-plugin-flowtype": "^2.34.1",
|
|
"eslint-plugin-import": "^2.6.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-react": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"confusing-browser-globals": "^1.0.0"
|
|
}
|
|
}
|