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 @@ -57,7 +57,7 @@ module.exports = {
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
60
- 'react/no-unstable-nested-components' : 'warn ' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md
60
+ 'react/no-unstable-nested-components' : 'error ' , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md
61
61
62
62
// To have consistent ordering in proptypes
63
63
'react/sort-prop-types' : [
You can’t perform that action at this time.
0 commit comments