lint constant

ErrorType const lint

Lint warnings describe style and best practice recommendations that can be used to formalize a project's style guidelines.

Implementation

static const lint = ErrorType('LINT', 2, ErrorSeverity.info);