From 9763c081708e4c2e08de1f4e9ca9abdef5cffe3c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 17 Dec 2019 03:07:45 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.yml') diff --git a/.eslintrc.yml b/.eslintrc.yml index 7ede62ec979..a55e65c2678 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -46,6 +46,7 @@ rules: vue/no-v-html: off vue/use-v-on-exact: off no-jquery/no-animate: off + # all offenses of no-jquery/no-animate-toggle are false positives ( $toast.show() ) no-jquery/no-animate-toggle: off no-jquery/no-fade: off no-jquery/no-serialize: error -- cgit v1.2.3