From f79727a8632490f11c1423773fdd6adfb6337a7b Mon Sep 17 00:00:00 2001 From: muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:51:28 +0530 Subject: Transform 'AuthLayoutContainer' component hierarchy to tsx (#699) Co-authored-by: Muhamed <> Co-authored-by: Vijay A --- .eslintrc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index bbf0e6022..fd4ff7516 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,14 +70,16 @@ module.exports = { 'import/no-unresolved': 0, 'import/prefer-default-export': 0, // eslint-plugin-react - 'react/default-props-match-prop-types': 1, + // TODO - [TS DEBT] should remove below config once application converted to TS + 'react/default-props-match-prop-types': 0, + 'react/require-default-props': 0, + // eslint-plugin-react 'react/destructuring-assignment': 0, 'react/button-has-type': 0, 'react/forbid-prop-types': 0, 'react/jsx-curly-newline': 0, 'react/no-unused-prop-types': 1, 'react/react-in-jsx-scope': 0, - 'react/require-default-props': 1, 'react/jsx-no-bind': 0, 'react/jsx-no-target-blank': 0, 'react/jsx-props-no-spreading': 0, -- cgit v1.2.3-70-g09d2