UNPKG

@terrazzo/parser

Version:

Parser/validator for the Design Tokens Community Group (DTCG) standard.

10 lines 447 B
import type { LintRule } from '../../../types.js'; export declare const DESCRIPTIONS = "core/descriptions"; export interface RuleDescriptionsOptions { /** Token IDs to ignore. Supports globs (`*`). */ ignore?: string[]; } declare const ERROR_MISSING_DESCRIPTION = "MISSING_DESCRIPTION"; declare const rule: LintRule<typeof ERROR_MISSING_DESCRIPTION, RuleDescriptionsOptions>; export default rule; //# sourceMappingURL=descriptions.d.ts.map