@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
5 lines (4 loc) • 370 B
TypeScript
import type { Rule } from 'eslint';
export declare const noRawSpacingValues = "Don't use non-token values in padding or margin. There is ongoing work to make this a TypeScript error. Once that happens, you will have to delete/refactor anyway. Atlassians: See https://go.atlassian.com/xcss-spacing for details.";
declare const rule: Rule.RuleModule;
export default rule;