Skip to content

Commit 87d4cab

Browse files
zgayjjfljharb
authored andcommitted
[Docs] jsx-first-prop-new-line: fix wrong rule name
1 parent 55b605f commit 87d4cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following patterns are **not** considered warnings when configured `"multili
102102
## Rule Options
103103

104104
...jsx
105-
"react/jsx-max-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
105+
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106106
...
107107

108108
## When not to use

0 commit comments

Comments
 (0)