diff --git a/index.js b/index.js index c26d9f5..b5d785a 100644 --- a/index.js +++ b/index.js @@ -68,7 +68,7 @@ module.exports = { 'react/no-unused-class-component-methods': 'error', 'react/no-unused-state': 'error', 'react/no-will-update-set-state': 'error', - 'react/react-in-jsx-scope': 'error', + 'react/react-in-jsx-scope': 'off', 'react/require-render-return': 'error', 'react/self-closing-comp': 'error', 'react/state-in-constructor': ['error', 'never'],