Disable vue/use-v-on-exact due to confusing rule violations

This commit is contained in:
Mike Greiling 2018-12-06 02:24:01 -06:00
parent c35260a3c5
commit 0905792987
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -33,3 +33,4 @@ rules:
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