Skip to content

Commit 4e72b82

Browse files
dzek69ljharb
authored andcommitted
[Docs] jsx-first-prop-new-line: add missing multiprop value
1 parent 9c5ac98 commit 4e72b82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2727
* [Docs] [`jsx-newline`], [`no-unsafe`], [`static-property-placement`]: Fix code syntax highlighting ([#3563][] @nbsp1221)
2828
* [readme] resore configuration URL ([#3582][] @gokaygurcan)
2929
* [Docs] [`jsx-no-bind`]: reword performance rationale ([#3581][] @gpoole)
30+
- [Docs] [`jsx-first-prop-new-line`]: add missing `multiprop` value ([#3598][] @dzek69)
3031

32+
[#3598]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3598
3133
[#3593]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3593
3234
[#3583]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3583
3335
[#3582]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3582

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Examples of **correct** code for this rule, when configured with `"multiline-mul
107107
## Rule Options
108108

109109
```jsx
110-
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
110+
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiprop" | "multiline-multiprop"`
111111
```
112112

113113
## When Not To Use It

0 commit comments

Comments
 (0)