File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ module.exports = {
186186 'import/no-webpack-loader-syntax' : 'error' ,
187187
188188 // https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
189+ 'react/forbid-foreign-prop-types' : [ 'warn' , { allowInPropTypes : true } ] ,
189190 'react/jsx-no-comment-textnodes' : 'warn' ,
190191 'react/jsx-no-duplicate-props' : [ 'warn' , { ignoreCase : true } ] ,
191192 'react/jsx-no-target-blank' : 'warn' ,
Original file line number Diff line number Diff line change 1616 "eslint-plugin-flowtype" : " ^2.34.1" ,
1717 "eslint-plugin-import" : " ^2.6.0" ,
1818 "eslint-plugin-jsx-a11y" : " ^6.0.2" ,
19- "eslint-plugin-react" : " ^7.1 .0"
19+ "eslint-plugin-react" : " ^7.7 .0"
2020 },
2121 "dependencies" : {
2222 "confusing-browser-globals" : " ^1.0.0"
Original file line number Diff line number Diff line change 4747 "eslint-plugin-flowtype" : " 2.41.0" ,
4848 "eslint-plugin-import" : " 2.8.0" ,
4949 "eslint-plugin-jsx-a11y" : " 6.0.3" ,
50- "eslint-plugin-react" : " 7.5.1 " ,
50+ "eslint-plugin-react" : " 7.7.0 " ,
5151 "flow-bin" : " ^0.63.1" ,
5252 "html-entities" : " 1.2.1" ,
5353 "jest" : " 22.1.2" ,
Original file line number Diff line number Diff line change 4141 "eslint-plugin-flowtype" : " 2.41.0" ,
4242 "eslint-plugin-import" : " 2.8.0" ,
4343 "eslint-plugin-jsx-a11y" : " 6.0.3" ,
44- "eslint-plugin-react" : " 7.5.1 " ,
44+ "eslint-plugin-react" : " 7.7.0 " ,
4545 "extract-text-webpack-plugin" : " 3.0.2" ,
4646 "file-loader" : " 1.1.6" ,
4747 "fs-extra" : " 5.0.0" ,
You can’t perform that action at this time.
0 commit comments