# 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 -->
