Skip to content

Commit

Permalink
[Docs] jsx-first-prop-new-line: Fix rule name in "Rule Options" sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
barreira authored and ljharb committed Dec 26, 2019
1 parent f02e8ae commit 1ef658a
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-first-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 1ef658a

Please sign in to comment.