eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
20 lines (11 loc) ⢠499 B
Markdown
# sonarjs/regex-complexity
š Regular expressions should not be too complicated.
š¼ This rule is enabled in the ā
`recommended` config.
š This rule requires [type information](https://typescript-eslint.io/linting/typed-linting).
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :---------- | :------ | :------ |
| `threshold` | Integer | `20` |
<!-- end auto-generated rule options list -->