Commit a99ffb52 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'winh-eslint-no-jquery/no-animate-toggle' into 'master'

Add note about ESLint rule no-jquery/no-animate-toggle

See merge request gitlab-org/gitlab!21880
parents f5923b1c 5c5d7487
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment