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
-`allowEmptyLines` ... if `true`, it allows empty lines around content. If you want to disallow multiple empty lines, use [no-multiple-empty-lines] in combination.
95
96
default `false`
97
+
-`ignoreComments` ... if `true`, it allows comments to be on the same line as the tag.
98
+
default `false`
96
99
97
100
::: info
98
101
All inline non void elements can be found [here](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/utils/inline-non-void-elements.json).
@@ -143,6 +146,23 @@ This rule enforces a line break before and after the contents of a multiline ele
@@ -71,6 +73,8 @@ This rule enforces a line break before and after the contents of a singleline el
71
73
default `["pre", "textarea", ...INLINE_ELEMENTS]`
72
74
-`externalIgnores` ... the configuration for external element names to ignore line breaks style, it allows avoiding overwrite the default value of ignores.
73
75
default `[]`
76
+
-`ignoreComments` ... if `true`, it allows comments (but not content, including whitespace) on a single line.
77
+
default `false`
74
78
75
79
::: info
76
80
All inline non void elements can be found [here](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/utils/inline-non-void-elements.json).
@@ -110,6 +114,22 @@ This rule enforces a line break before and after the contents of a singleline el
0 commit comments