Skip to content

Commit

Permalink
chore: disable dependency cycle warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 27, 2023
1 parent 2a8b29f commit b9fc304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eqeqeq": ["error"],
"eol-last": ["error"],
"import/no-default-export": ["warn"],
"import/no-cycle": ["warn"],
"import/no-cycle": ["off"],
"import/no-unresolved": ["error"],
"max-len": ["warn", 245],
"padded-blocks": ["error", "never"],
Expand Down

0 comments on commit b9fc304

Please sign in to comment.