From 9d4545b387595ab66a253016ba500eaa12a36a4b Mon Sep 17 00:00:00 2001 From: Andrey Myssak Date: Sun, 21 May 2023 14:19:02 +0600 Subject: [PATCH] Set import/no-unresolved to off (#584) Co-authored-by: Sergey Myssak Signed-off-by: Andrey Myssak --- .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',