Skip to content

Commit defea8c

Browse files
Update jsx-first-prop-new-line.md
1 parent 11dc56b commit defea8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ The following patterns are **not** considered warnings when configured `"multili
9999
/>
100100
```
101101

102+
## Rule Options
103+
104+
...jsx
105+
"react/jsx-max-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106+
...
107+
102108
## When not to use
103109

104110
If you are not using JSX then you can disable this rule.

0 commit comments

Comments
 (0)