Inspectopedia Help

Naming conventions

Class naming convention   New in this release

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   New in this release

Reports a function whose name is too short, too long, or does not follow the specified regular expression pattern.

Function parameter naming convention   New in this release

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   New in this release

Reports a non-ASCII symbol in a name.

Local variable naming convention   New in this release

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