diff --git a/.eslintrc.js b/.eslintrc.js index 809ade6ebf..71210e8668 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,6 +70,7 @@ module.exports = { 'react/static-property-placement': 0, 'react/no-find-dom-node': 0, 'react/no-unused-prop-types': 0, + 'react/default-props-match-prop-types': 0, 'react-hooks/rules-of-hooks': 2, // Checks rules of Hooks 'import/extensions': 0,