From b7afa98157fe0ed8b0fa8f751318cbf81b9262fe Mon Sep 17 00:00:00 2001
From: Andrey Myssak <andreymyssak@gmail.com>
Date: Sun, 21 May 2023 14:19:02 +0600
Subject: [PATCH] Set import/no-unresolved to off (#584)

Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>
Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
---
 .eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index 399cfdb234..b5a8302931 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -108,6 +108,7 @@ module.exports = {
   plugins: ['jsx-a11y', 'prettier', 'local', 'react-hooks'],
   rules: {
     'prefer-template': 'error',
+    'import/no-unresolved': 'off',
     'local/i18n': 'error',
     'local/href-with-rel': 'error',
     'local/forward-ref': 'error',