diff options
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index bc9d2c570db..ecd9f57b075 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -33,8 +33,3 @@ rules: 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 |