Disable conflicting eslint rules

This commit is contained in:
Mike Greiling 2018-11-16 14:48:31 -06:00
parent 5b9495c5db
commit 4777415263
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 5 additions and 2 deletions

View File

@ -29,9 +29,12 @@ rules:
import/no-useless-path-segments: off
lines-between-class-members: off
# Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother
vue/html-closing-bracket-newline: off
vue/html-closing-bracket-spacing: off
vue/no-confusing-v-for-v-if: error
vue/no-unused-components: off
vue/no-use-v-if-with-v-for: off
vue/no-v-html: off
# Disabled due to disagreements with prettier
vue/html-closing-bracket-newline: off
vue/html-closing-bracket-spacing: off
vue/html-indent: off
vue/max-attributes-per-line: off