Skip to content

Commit f7ed87b

Browse files
committed
[Docs] Add missing rule to readme
1 parent df6ec46 commit f7ed87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Enable the rules that you would like to use.
147147
* [react/jsx-indent](docs/rules/jsx-indent.md): Validate JSX indentation (fixable)
148148
* [react/jsx-indent-props](docs/rules/jsx-indent-props.md): Validate props indentation in JSX (fixable)
149149
* [react/jsx-key](docs/rules/jsx-key.md): Validate JSX has key prop when in array or iterator
150+
* [react/jsx-max-depth](docs/rules/jsx-max-depth): Validate JSX maximum depth
150151
* [react/jsx-max-props-per-line](docs/rules/jsx-max-props-per-line.md): Limit maximum of props on a single line in JSX (fixable)
151152
* [react/jsx-no-bind](docs/rules/jsx-no-bind.md): Prevent usage of `.bind()` and arrow functions in JSX props
152153
* [react/jsx-no-comment-textnodes](docs/rules/jsx-no-comment-textnodes.md): Prevent comments from being inserted as text nodes

0 commit comments

Comments
 (0)