UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

9 lines (8 loc) 146 B
/** * Severity indicates the seriousness of a given violation. */ export declare enum Severity { Info = 0, Warning = 1, Error = 2 }