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-11-29 15:10:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-29 15:10:06 +0300
commitb860c6ba2607541e3b5bdf0fc2daaa9ed41a8726 (patch)
tree73f76e7e69f9902c0e758edd5275cad7f4cb20de /.eslintrc.yml
parent6b13a226ddfc49140d58e7e88f8703ae0ed90574 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index e131d4c07d1..db03486e9fb 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -30,7 +30,10 @@ rules:
no-else-return:
- error
- allowElseIf: true
+ import/no-cycle: warn
+ import/no-unresolved: warn
import/no-useless-path-segments: off
+ import/order: warn
lines-between-class-members: off
# Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother
vue/no-confusing-v-for-v-if: error