From 4abe40566148f6f8dff384bf60e0c100070e0723 Mon Sep 17 00:00:00 2001 From: Yaroslav Chapelskyi Date: Fri, 24 Nov 2023 14:05:49 +0200 Subject: [PATCH] feat: remove prohibit relative import rule --- frontend.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend.js b/frontend.js index efb8fddd..7f349d3f 100644 --- a/frontend.js +++ b/frontend.js @@ -37,9 +37,6 @@ module.exports = { 'sonarjs/cognitive-complexity': ['error', 18], 'multiline-comment-style': 'off', 'no-unreachable': 'error', - 'react/react-in-jsx-scope': "off", - "no-restricted-imports": [1, { - "patterns": ["@shelf/*/lib/*"] - }] + 'react/react-in-jsx-scope': "off" }, };