- Require identifiers to match a specified regular expression
This rule requires identifiers in assignments and function definitions to match a specified regular expression.
Requires object properties to match the specified regular expression.
Requires only var, function, and class declarations to match the specified regular expression.
Ignores destructured identifiers.
Specifies a regular expression to check identifiers that match a pattern.
You can check them out here.