Commit c05654ca authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Clement Ho

Make import/no-cycle ESLint rule an error

parent 97ec74e1
......@@ -30,7 +30,6 @@ rules:
no-else-return:
- error
- allowElseIf: true
import/no-cycle: warn
import/no-useless-path-segments: off
import/order: warn
lines-between-class-members: off
......
rules:
# https://gitlab.com/gitlab-org/gitlab/issues/28716
import/no-cycle: off
rules:
# https://gitlab.com/gitlab-org/gitlab/issues/28717
import/no-cycle: off
# https://gitlab.com/gitlab-org/gitlab/issues/33024
promise/no-nesting: off
rules:
# https://gitlab.com/gitlab-org/gitlab/issues/28719
import/no-cycle: off
rules:
# https://gitlab.com/gitlab-org/gitlab/issues/28716
import/no-cycle: off
rules:
# https://gitlab.com/gitlab-org/gitlab/issues/37987
import/no-cycle: off
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment