diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-04 12:07:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-04 12:07:12 +0000 |
commit | 98420be3dddf5a093c39d96a8ca109aa21d0eaf8 (patch) | |
tree | 694cbe805e82d5383dc30c462f5efb60e55ccebe /.eslintrc.yml | |
parent | c4038d4bdff93b260cbdcd69f9a6c0b07a849457 (diff) | |
download | gitlab-ce-98420be3dddf5a093c39d96a8ca109aa21d0eaf8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 2 |
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 |