UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

11 lines (10 loc) • 459 B
import stylelint from 'stylelint'; export declare const ruleName = "design-system/no-unsafe-design-token-usage"; export declare const messages: { invalidToken: (name: string | number | boolean | RegExp) => string; tokenRemoved: (name: string | number | boolean | RegExp, replacement: string | number | boolean | RegExp) => string; missingFallback: string; hasFallback: string; }; declare const plugin: stylelint.Plugin; export default plugin;