You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set multiline: 'always' for self-closing tags
<MyComp
:foo="bar"
/>
And singleline: 'never'
<MyComp :foo="bar" />
And multiline: 'never' for tags with content.
<MyComp
:foo="bar">
Hello World
</MyComp>
What category should the rule belong to?
[x] Enforces code style (layout)
[ ] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)
Provide 2-3 code examples that this rule should warn about:
Please describe what the rule should do:
I'd like to set multiline: 'always' for self-closing tags
And singleline: 'never'
And multiline: 'never' for tags with content.
What category should the rule belong to?
[x] Enforces code style (layout)
[ ] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)
Provide 2-3 code examples that this rule should warn about:
Additional context
The text was updated successfully, but these errors were encountered: