mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Set up ESLint to flag when closing brackets are not on a new line
This commit is contained in:
parent
c8f229f708
commit
b99495334e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue