diff --git a/.eslintrc.js b/.eslintrc.js index 3c3251eb10c..97a639e3807 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -420,6 +420,7 @@ module.exports = { 'no-undef': 'off', 'react/jsx-no-undef': 'off', 'react-hooks/rules-of-hooks': 'off', + '@arthurgeron/react-usememo/require-usememo': 'off', }, }, ],