Skip to content

Commit

Permalink
Update jsx-first-prop-new-line.md
Browse files Browse the repository at this point in the history
Added missing possible value
  • Loading branch information
dzek69 committed Jul 7, 2023
1 parent ae64aa8 commit ab4cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-first-prop-new-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Examples of **correct** code for this rule, when configured with `"multiline-mul
## Rule Options

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

## When Not To Use It
Expand Down

0 comments on commit ab4cac2

Please sign in to comment.