diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-16 18:25:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-16 18:25:58 +0000 |
commit | a5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 (patch) | |
tree | fb69158581673816a8cd895f9d352dcb3c678b1e /.eslintrc.yml | |
parent | d16b2e8639e99961de6ddc93909f3bb5c1445ba1 (diff) | |
download | gitlab-ce-a5f4bba440d7f9ea47046a0a561d49adf0a1e6d4.tar.gz |
Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index 7ec7abca2e4..b1a65df946a 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -31,11 +31,6 @@ rules: - error - allowElseIf: true 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-use-v-if-with-v-for: off - vue/no-v-html: error - vue/use-v-on-exact: off # all offenses of no-jquery/no-animate-toggle are false positives ( $toast.show() ) no-jquery/no-animate-toggle: off no-jquery/no-event-shorthand: off |