Remove vue/no-use-v-if-with-v-for eslint override

This commit is contained in:
Tim Miller-Williams 2020-04-28 20:05:46 +01:00 committed by GitHub
parent 06d6dbe3a3
commit 13a7a4b5c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@ rules:
yoda: error
vue/require-default-prop: off
vue/no-v-html: off
vue/no-use-v-if-with-v-for: off
plugins:
- vue