Skip to content

Commit

Permalink
[Docs] jsx-first-prop-new-line: fix wrong rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
zgayjjf authored and ljharb committed Nov 21, 2019
1 parent 55b605f commit 87d4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-first-prop-new-line.md
Expand Up @@ -102,7 +102,7 @@ The following patterns are **not** considered warnings when configured `"multili
## Rule Options

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

## When not to use
Expand Down

0 comments on commit 87d4cab

Please sign in to comment.