diff --git a/.eslintrc.js b/.eslintrc.js index e52672e13..31114c11f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -67,7 +67,9 @@ module.exports = { }, rules: { // TODO: remove this gradually - "@typescript-eslint/ban-ts-comment": "off" + "@typescript-eslint/ban-ts-comment": "off", + "react/react-in-jsx-scope": 2, + "react/jsx-uses-react": 2 } } ]