UNPKG

ember-template-lint

Version:
6 lines (5 loc) 165 B
// Severity level definitions export const TODO_SEVERITY = -1; export const IGNORE_SEVERITY = 0; export const WARNING_SEVERITY = 1; export const ERROR_SEVERITY = 2;