diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-19 15:07:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-19 15:07:55 +0000 |
commit | f92a53a216e6e7d5037ac701efbee5628f91aa9a (patch) | |
tree | 1eb957f0277b50002258681f61db869a2b683fec /.eslintrc.yml | |
parent | e3764d340e2849fccee8c06278d1f5f686edd35b (diff) | |
download | gitlab-ce-f92a53a216e6e7d5037ac701efbee5628f91aa9a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index 15e02a41bee..94a8d017c28 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -42,7 +42,6 @@ rules: 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 - vue/no-unused-components: off vue/no-use-v-if-with-v-for: off vue/no-v-html: off vue/use-v-on-exact: off |