Skip to content

Commit

Permalink
🧹 chore(eslint): disable import cycle rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Jul 18, 2024
1 parent c09dca8 commit 1ab63c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
"react/no-danger": "off",
"react/no-unstable-nested-components": "off",
"import/no-extraneous-dependencies": "off",
"import/no-cycle": "off",
"consistent-return": "off",
"default-case": "off",
"react/jsx-props-no-spreading": "off",
Expand Down

0 comments on commit 1ab63c4

Please sign in to comment.