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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-05 15:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-05 15:07:43 +0300
commit872319738757edc0483346c75a2407f7019b963f (patch)
treed5953edec6184dda1f53c5994c3ebcebc9e815a2 /.eslintrc.yml
parent8f764d21b0011056e1492d92afe3bd40b847b9f7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 9eba5b2ad3b..5fc4af97e2d 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -30,6 +30,11 @@ rules:
no-else-return:
- error
- allowElseIf: true
+ import/no-unresolved:
+ - error
+ - ignore:
+ # https://gitlab.com/gitlab-org/gitlab/issues/38226
+ - '^ee_component/'
import/no-useless-path-segments: off
import/order: off
lines-between-class-members: off