File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44 "rules": {
55 "indent": [2, 4, {"SwitchCase": 1}],
66 "max-len": [2, 140, 2],
7- "react/jsx-indent-props": [2, 4],
8-
9- // eslint fails on this (although it shouldn't)
10- "react/require-render-return": [0]
7+ "react/jsx-indent-props": [2, 4]
118 }
129}
Original file line number Diff line number Diff line change 3838 "autoprefixer" : " ^6.3.6" ,
3939 "babel-cli" : " ^6.7.5" ,
4040 "babel-core" : " ^6.7.6" ,
41- "babel-jest" : " ^11.0.1 " ,
41+ "babel-jest" : " ^11.0.2 " ,
4242 "babel-loader" : " ^6.2.4" ,
4343 "babel-preset-es2015" : " ^6.6.0" ,
4444 "babel-preset-react" : " ^6.5.0" ,
4848 "eslint" : " ^2.8.0" ,
4949 "eslint-config-airbnb" : " ^7.0.0" ,
5050 "eslint-plugin-jsx-a11y" : " ^0.6.2" ,
51- "eslint-plugin-react" : " ^5.0.0 " ,
51+ "eslint-plugin-react" : " ^5.0.1 " ,
5252 "extract-text-webpack-plugin" : " ^1.0.1" ,
5353 "gh-pages" : " ^0.11.0" ,
5454 "html-webpack-plugin" : " ^2.15.0" ,
55- "jest-cli" : " ^11.0.1 " ,
55+ "jest-cli" : " ^11.0.2 " ,
5656 "postcss-loader" : " ^0.8.2" ,
5757 "react" : " ^15.0.1" ,
5858 "react-addons-test-utils" : " ^15.0.1" ,
You can’t perform that action at this time.
0 commit comments