Skip to content

Commit

Permalink
[Docs] jsx-first-prop-new-line: Fix documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjg authored and ljharb committed Nov 7, 2019
1 parent 62df1dd commit 225b433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rules/jsx-first-prop-new-line.md
Expand Up @@ -101,9 +101,9 @@ The following patterns are **not** considered warnings when configured `"multili

## Rule Options

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

## When not to use

Expand Down

0 comments on commit 225b433

Please sign in to comment.