eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
18 lines (10 loc) ⢠544 B
Markdown
# sonarjs/variable-name
š Variable, property and parameter names should comply with a naming convention.
š« This rule is _disabled_ in the ā
`recommended` config.
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :------- | :----- | :------------------------------------------------ |
| `format` | String | `^[_$A-Za-z][$A-Za-z0-9]*$\|^[_$A-Z][_$A-Z0-9]+$` |
<!-- end auto-generated rule options list -->