Skip to content

Variable: DEFAULT_RULE_SEVERITIES

ts
const DEFAULT_RULE_SEVERITIES: RuleSeverities;

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

The default rule severities. unknown-modifier defaults to warn — safe under the BEM default's strong -- signal; lower it to off for weak-signal conventions (bare/OOCSS) where every chained class is a candidate. unknown-custom-property stays off (it needs an opt-in propertyPrefix).

Released under the MIT License