UNPKG

@secretlint/types

Version:
5 lines (4 loc) 103 B
/** * Rule Severity Level */ export type SecretLintRuleSeverityLevel = "info" | "warning" | "error";