Naming conventions
- Class naming convention
Reports a class or a function that is annotated with a JSDoc @constructor or @class tag whose names are too short, too long, or do not follow the specified regular expression pattern.
- Function naming convention
Reports a function whose name is too short, too long, or does not follow the specified regular expression pattern.
- Function parameter naming convention
Reports a function parameter whose name is too short, too long, or doesn't follow the specified regular expression pattern.
- Identifiers with non-ASCII symbols
Reports a non-ASCII symbol in a name.
- Local variable naming convention
Reports a local variable whose name is too short, too long, or doesn't follow the specified regular expression pattern.
Last modified: 11 September 2024