From b9cb2f3e2e378cd6b84072b5c6f72b128d1cd765 Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Mon, 13 Jun 2022 21:16:23 +0500 Subject: [PATCH] fix: ignored lint fix --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 54f1f532..b2bb6d16 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,6 +5,7 @@ module.exports = createConfig('eslint', "plugins": ["simple-import-sort"], "rules": { 'import/no-extraneous-dependencies': 'off', + 'react-hooks/exhaustive-deps': 'off', 'simple-import-sort/imports': [ 'error', { groups: [