diff --git a/.eslintrc.js b/.eslintrc.js index 62fb722..6e01a12 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,7 +43,8 @@ module.exports = { 'no-undef': 'off', 'react-hooks/rules-of-hooks': 'error', - 'react-hooks/exhaustive-deps': 'warn', + 'react-hooks/exhaustive-deps': 'error', + 'react/jsx-no-constructed-context-values': 'error', // We use function hoisting to put exports at top of file '@typescript-eslint/no-use-before-define': 'off',