File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
"eslint-plugin-flowtype" : " 2.18.1" ,
17
17
"eslint-plugin-import" : " 1.12.0" ,
18
18
"eslint-plugin-jsx-a11y" : " 2.2.2" ,
19
- "eslint-plugin-react" : " 5.2.2 " ,
19
+ "eslint-plugin-react" : " 6.3.0 " ,
20
20
"lerna" : " 2.0.0-beta.28"
21
21
}
22
22
}
Original file line number Diff line number Diff line change @@ -189,11 +189,13 @@ module.exports = {
189
189
} ] ,
190
190
'react/jsx-uses-react' : 'warn' ,
191
191
'react/jsx-uses-vars' : 'warn' ,
192
+ 'react/no-danger-with-children' : 'warn' ,
192
193
'react/no-deprecated' : 'warn' ,
193
194
'react/no-direct-mutation-state' : 'warn' ,
194
195
'react/no-is-mounted' : 'warn' ,
195
196
'react/react-in-jsx-scope' : 'warn' ,
196
197
'react/require-render-return' : 'warn' ,
198
+ 'react/style-prop-object' : 'warn' ,
197
199
198
200
// https://github.com/evcohen/eslint-plugin-jsx-a11y/tree/master/docs/rules
199
201
'jsx-a11y/aria-role' : 'warn' ,
Original file line number Diff line number Diff line change 16
16
"eslint-plugin-flowtype" : " 2.18.1" ,
17
17
"eslint-plugin-import" : " 1.12.0" ,
18
18
"eslint-plugin-jsx-a11y" : " 2.2.2" ,
19
- "eslint-plugin-react" : " 5.2.2 "
19
+ "eslint-plugin-react" : " 6.3.0 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 46
46
"eslint-plugin-flowtype" : " 2.18.1" ,
47
47
"eslint-plugin-import" : " 1.12.0" ,
48
48
"eslint-plugin-jsx-a11y" : " 2.2.2" ,
49
- "eslint-plugin-react" : " 5.2.2 " ,
49
+ "eslint-plugin-react" : " 6.3.0 " ,
50
50
"extract-text-webpack-plugin" : " 1.0.1" ,
51
51
"file-loader" : " 0.9.0" ,
52
52
"filesize" : " 3.3.0" ,
You can’t perform that action at this time.
0 commit comments