Skip to content

Commit 879e82e

Browse files
authored
feat: off vue/multiline-ternary rule (#234)
1 parent 1218d22 commit 879e82e

File tree

3 files changed

+172
-52
lines changed

3 files changed

+172
-52
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ module.exports = {
163163
"vue/keyword-spacing": "off",
164164
"vue/max-attributes-per-line": "off",
165165
"vue/multiline-html-element-content-newline": "off",
166+
"vue/multiline-ternary": "off",
166167
"vue/mustache-interpolation-spacing": "off",
167168
"vue/no-extra-parens": "off",
168169
"vue/no-multi-spaces": "off",

0 commit comments

Comments
 (0)