Skip to content

Type Alias: RuleSeverity

ts
type RuleSeverity = "off" | "warn" | "error";

Defined in: packages/providers/src/types.ts:15

A configurable per-rule severity — off suppresses the rule entirely.

Released under the MIT License