File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
packages/react-cy-scripts Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": "react-app"
3
+ }
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"babel-eslint" : " 7.1.1" ,
15
15
"eslint" : " 3.15.0" ,
16
- "eslint-config-codeyellow" : " 3.0.0" ,
16
+ "eslint-config-react-app" : " 0.5.1" ,
17
+ "eslint-plugin-flowtype" : " 2.30.0" ,
18
+ "eslint-plugin-import" : " 2.2.0" ,
19
+ "eslint-plugin-jsx-a11y" : " 4.0.0" ,
20
+ "eslint-plugin-react" : " 6.9.0" ,
21
+ "eslint-config-codeyellow" : " 3.0.2" ,
17
22
"lerna" : " ^2.0.0-beta.37" ,
18
23
"lerna-changelog" : " ^0.3.0"
19
24
}
Original file line number Diff line number Diff line change 1
1
{
2
- "extends": "codeyellow/react",
3
- "rules": {
4
- "indent": ["error", 2],
5
- "react/jsx-indent": ["error", 2]
6
- },
7
- "env": {
8
- "jest": true
9
- }
2
+ "extends": "react-app"
10
3
}
Original file line number Diff line number Diff line change 38
38
"detect-port" : " 1.1.0" ,
39
39
"dotenv" : " 4.0.0" ,
40
40
"eslint" : " 3.15.0" ,
41
- "eslint-config-codeyellow" : " 3.0.0 " ,
41
+ "eslint-config-codeyellow" : " 3.0.2 " ,
42
42
"extract-text-webpack-plugin" : " 2.0.0-rc.3" ,
43
43
"file-loader" : " 0.10.0" ,
44
44
"filesize" : " 3.5.4" ,
Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ echo yes | npm run eject
230
230
231
231
# ...but still link to the local packages
232
232
npm link $root_path /packages/babel-preset-react-cy-app
233
- npm link $root_path /packages/eslint-config-react-app
234
233
npm link $root_path /packages/react-cy-dev-utils
235
234
npm link $root_path /packages/react-cy-scripts
236
235
You can’t perform that action at this time.
0 commit comments