Skip to content

Commit 9e4ad21

Browse files
SerdarMustafa1ljharb
authored andcommitted
[Docs] jsx-first-prop-new-line: add rule options
1 parent 11dc56b commit 9e4ad21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
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)