File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments