eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
20 lines (12 loc) ⢠699 B
Markdown
# sonarjs/comment-regex
š Track comments matching a regular expression.
š« This rule is _disabled_ in the ā
`recommended` config.
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :------------------ | :----- | :--------------------------------------------- |
| `flags` | String | `` |
| `message` | String | `The regular expression matches this comment.` |
| `regularExpression` | String | `` |
<!-- end auto-generated rule options list -->