Commit 68d9ff6d authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Promote "React must be in scope" to be an error (#822)

parent 856001ff
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -196,7 +196,7 @@ module.exports = {
'react/no-deprecated': 'warn',
'react/no-direct-mutation-state': 'warn',
'react/no-is-mounted': 'warn',
'react/react-in-jsx-scope': 'warn',
'react/react-in-jsx-scope': 'error',
'react/require-render-return': 'warn',
'react/style-prop-object': 'warn',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment