diff --git a/.eslintrc.js b/.eslintrc.js index 38b24415..0995928d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,6 +40,7 @@ module.exports = { 'no-new': ['off'], 'react/prop-types': ['off'], 'no-console': ['warn'], + 'react/react-in-jsx-scope': 'off', 'react/jsx-curly-spacing': ['error', { when: 'always', allowMultiline: true,