summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-04 12:07:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-04 12:07:12 +0000
commit98420be3dddf5a093c39d96a8ca109aa21d0eaf8 (patch)
tree694cbe805e82d5383dc30c462f5efb60e55ccebe /.eslintrc.yml
parentc4038d4bdff93b260cbdcd69f9a6c0b07a849457 (diff)
downloadgitlab-ce-98420be3dddf5a093c39d96a8ca109aa21d0eaf8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index f95c8cf58af..9eba5b2ad3b 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -31,7 +31,7 @@ rules:
- error
- allowElseIf: true
import/no-useless-path-segments: off
- import/order: warn
+ import/order: off
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