Skip to content

Commit

Permalink
feat: remove prohibit relative import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-chapelskyi committed Nov 24, 2023
1 parent f4d5535 commit 4abe405
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
};

0 comments on commit 4abe405

Please sign in to comment.