Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc.yml « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2af5c1798f51f9ce44bcaf85c68e5bea95c5c1f8 (plain)
1
2
3
4
5
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