Commit a86912a5 authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-ignore-eslint-import-no-cycle' into 'master'

Make import/no-cycle ESLint rule an error

See merge request gitlab-org/gitlab!21110
parents 97ec74e1 c05654ca
......@@ -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