eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
18 lines (10 loc) ⢠518 B
Markdown
# sonarjs/no-hardcoded-passwords
š Credentials should not be hard-coded.
š¼ This rule is enabled in the ā
`recommended` config.
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :-------------- | :------- | :------------------------------------------ |
| `passwordWords` | String[] | [`password`, `pwd`, `passwd`, `passphrase`] |
<!-- end auto-generated rule options list -->