UNPKG

594 BJSONView Raw
1{
2 "name": "eslint-config-react-app",
3 "version": "3.0.2",
4 "description": "ESLint configuration used by Create React App",
5 "repository": "facebook/create-react-app",
6 "license": "MIT",
7 "bugs": {
8 "url": "https://github.com/facebook/create-react-app/issues"
9 },
10 "files": [
11 "index.js"
12 ],
13 "peerDependencies": {
14 "babel-eslint": "9.x",
15 "eslint": "5.x",
16 "eslint-plugin-flowtype": "2.x",
17 "eslint-plugin-import": "2.x",
18 "eslint-plugin-jsx-a11y": "6.x",
19 "eslint-plugin-react": "7.x"
20 },
21 "dependencies": {
22 "confusing-browser-globals": "^1.0.2"
23 }
24}