- Enforce or disallow capitalization of the first letter of a comment
This rule aims to enforce a consistent style of comments across your codebase, specifically by either requiring or disallowing a capitalized letter as the first word character in a comment. This rule will not issue warnings when non-cased letters are used.
Specifies a regular expression to ignore words that match a pattern.
Ignores inline comments.
Ignores comments that follow another comment.
You can check them out here.