diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-29 12:10:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-29 12:10:06 +0000 |
commit | b860c6ba2607541e3b5bdf0fc2daaa9ed41a8726 (patch) | |
tree | 73f76e7e69f9902c0e758edd5275cad7f4cb20de /.eslintrc.yml | |
parent | 6b13a226ddfc49140d58e7e88f8703ae0ed90574 (diff) | |
download | gitlab-ce-b860c6ba2607541e3b5bdf0fc2daaa9ed41a8726.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 3 |
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 |