errorPrefer `{{replacement}}` over `{{name}}`.small-rules/consistent-compound-wordsEnforce consistent spelling of compound words in identifiers.
errorPrefer `{{replacement}}` over `{{name}}`.renameRename to `{{replacement}}`.This rule accepts one options object after the severity.
const passWord = 'secret';const password = 'secret';