From d1f5efa04d765050d87e8b5dbe06effccfa87162 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 9 Apr 2021 23:59:37 +0100 Subject: [PATCH] Update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 50b5f1d..0b38568 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,6 +35,7 @@ module.exports = { 'react-hooks/exhaustive-deps': 1, 'import/no-cycle': 'off', 'react/jsx-props-no-spreading': 'off', + 'react/require-default-props': 0, 'import/prefer-default-export': 'off', 'no-prototype-builtins': 'off', 'no-plusplus': 'off',