Set up ESLint to flag when closing brackets are not on a new line

This commit is contained in:
Jérémie Astori 2019-02-25 00:36:50 -05:00
parent c8f229f708
commit b99495334e
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -92,7 +92,7 @@ rules:
vue/require-default-prop: off
vue/no-v-html: off
vue/no-use-v-if-with-v-for: off
vue/html-closing-bracket-newline: [error, {singleline: never, multiline: never}]
vue/html-closing-bracket-newline: error
vue/multiline-html-element-content-newline: off
vue/singleline-html-element-content-newline: off