eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
18 lines (10 loc) ⢠450 B
Markdown
# sonarjs/function-name
š Function and method 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-z][a-zA-Z0-9]*$` |
<!-- end auto-generated rule options list -->