File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/eslint-config-react Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module.exports = {
53
53
] ,
54
54
// These are rules soon to be enabled by airbnb react config
55
55
// We're getting a head start
56
- 'react/jsx-no-constructed-context-values' : 'warn ' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-constructed-context-values.md
56
+ 'react/jsx-no-constructed-context-values' : 'error ' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-constructed-context-values.md
57
57
'react/jsx-no-script-url' : 'error' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-script-url.md
58
58
'react/jsx-no-useless-fragment' : 'error' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-useless-fragment.md
59
59
'react/no-adjacent-inline-elements' : 'error' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-adjacent-inline-elements.md
You can’t perform that action at this time.
0 commit comments