Skip to content

Commit

Permalink
[Docs] jsx-max-props-per-line: fix options example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRaiter authored and ljharb committed Sep 24, 2021
1 parent a4bf7da commit a8ecd54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Fixed
* [`no-namespace`]: fix crash on non-string React.createElement name ([#3082] @ljharb)

### Changed
* [Docs] [`jsx-max-props-per-line`]: fix options example ([#3083] @MrRaiter)

[#3083]: https://github.com/yannickcr/eslint-plugin-react/pull/3083
[#3082]: https://github.com/yannickcr/eslint-plugin-react/pull/3082

## [7.26.0] - 2021.09.20
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/jsx-max-props-per-line.md
Expand Up @@ -43,7 +43,7 @@ Examples of **correct** code for this rule:
// OR

...
"react/jsx-max-props-per-line": [<enabled>, { "maximum": { single <number> multi: <number> } }]
"react/jsx-max-props-per-line": [<enabled>, { "maximum": { "single": <number>, "multi": <number> } }]
...
```

Expand Down

0 comments on commit a8ecd54

Please sign in to comment.