tier property

String? tier
final

Optional tier name (e.g. essential, recommended, pedantic). When set, the rule set starts from this tier's union; the project's diagnostics: section (if present) is still layered on top, so a rule the user explicitly disabled stays disabled even though the tier includes it.

Implementation

final String? tier;