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
Copy file name to clipboardExpand all lines: docs/rules/jsx-first-prop-new-line.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This rule checks whether the first property of all JSX elements is correctly pla
10
10
*`always`: The first property should always be placed on a new line.
11
11
*`never` : The first property should never be placed on a new line, e.g. should always be on the same line as the Component opening tag.
12
12
*`multiline`: The first property should always be placed on a new line when the JSX tag takes up multiple lines.
13
-
*`multiline-multiprop`: The first property should always be placed on a new line if the JSX tag takes up multiple lines and there are multiple properties.
13
+
*`multiline-multiprop`: The first property should always be placed on a new line if the JSX tag takes up multiple lines and there are multiple properties.`default`
14
14
15
15
The following patterns are considered warnings when configured `"always"`:
0 commit comments