eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
18 lines (10 loc) ⢠485 B
Markdown
# sonarjs/nested-control-flow
š Control flow statements "if", "for", "while", "switch" and "try" should not be nested too deeply.
š« This rule is _disabled_ in the ā
`recommended` config.
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :-------------------- | :------ | :------ |
| `maximumNestingLevel` | Integer | `3` |
<!-- end auto-generated rule options list -->