File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ module.exports = {
186
186
'import/no-webpack-loader-syntax' : 'error' ,
187
187
188
188
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
189
+ 'react/forbid-foreign-prop-types' : [ 'warn' , { allowInPropTypes : true } ] ,
189
190
'react/jsx-no-comment-textnodes' : 'warn' ,
190
191
'react/jsx-no-duplicate-props' : [ 'warn' , { ignoreCase : true } ] ,
191
192
'react/jsx-no-target-blank' : 'warn' ,
Original file line number Diff line number Diff line change 16
16
"eslint-plugin-flowtype" : " ^2.34.1" ,
17
17
"eslint-plugin-import" : " ^2.6.0" ,
18
18
"eslint-plugin-jsx-a11y" : " ^6.0.2" ,
19
- "eslint-plugin-react" : " ^7.1 .0"
19
+ "eslint-plugin-react" : " ^7.7 .0"
20
20
},
21
21
"dependencies" : {
22
22
"confusing-browser-globals" : " ^1.0.0"
Original file line number Diff line number Diff line change 47
47
"eslint-plugin-flowtype" : " 2.41.0" ,
48
48
"eslint-plugin-import" : " 2.8.0" ,
49
49
"eslint-plugin-jsx-a11y" : " 6.0.3" ,
50
- "eslint-plugin-react" : " 7.5.1 " ,
50
+ "eslint-plugin-react" : " 7.7.0 " ,
51
51
"flow-bin" : " ^0.63.1" ,
52
52
"html-entities" : " 1.2.1" ,
53
53
"jest" : " 22.1.2" ,
Original file line number Diff line number Diff line change 41
41
"eslint-plugin-flowtype" : " 2.41.0" ,
42
42
"eslint-plugin-import" : " 2.8.0" ,
43
43
"eslint-plugin-jsx-a11y" : " 6.0.3" ,
44
- "eslint-plugin-react" : " 7.5.1 " ,
44
+ "eslint-plugin-react" : " 7.7.0 " ,
45
45
"extract-text-webpack-plugin" : " 3.0.2" ,
46
46
"file-loader" : " 1.1.6" ,
47
47
"fs-extra" : " 5.0.0" ,
You can’t perform that action at this time.
0 commit comments