disable vue/singleline-html-element-content-newline

This commit is contained in:
silverwind 2024-05-02 14:03:50 +02:00
parent 87cc2ed06c
commit 66296a76a0
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ rules:
vue/attributes-order: [0]
vue/html-closing-bracket-spacing: [2, {startTag: never, endTag: never, selfClosingTag: never}]
vue/max-attributes-per-line: [0]
vue/singleline-html-element-content-newline: [0]
vue-scoped-css/enforce-style-type: [0]