We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f259f commit 55523f3Copy full SHA for 55523f3
docs/rules/jsx-max-depth.md
@@ -23,7 +23,7 @@ It takes an option as the second parameter which can be a positive number for de
23
24
```js
25
...
26
-"react/jsx-no-depth": [<enabled>, { "max": <number> }]
+"react/jsx-max-depth": [<enabled>, { "max": <number> }]
27
28
```
29
0 commit comments