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:
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