Skip to content

Commit ab4cac2

Browse files
authored
Update jsx-first-prop-new-line.md
Added missing possible value
1 parent ae64aa8 commit ab4cac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-first-prop-new-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Examples of **correct** code for this rule, when configured with `"multiline-mul
107107
## Rule Options
108108

109109
```jsx
110-
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
110+
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiprop" | "multiline-multiprop"`
111111
```
112112

113113
## When Not To Use It

0 commit comments

Comments
 (0)