@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
8 lines (7 loc) • 459 B
TypeScript
import type { Rule } from 'eslint';
export declare const addHasCloseButtonProp = "Add `hasCloseButton` prop.";
export declare const setHasCloseButtonPropToTrue = "Set `hasCloseButton` prop to `true`.";
export declare const useCloseButtonOrNewProp = "Set `hasCloseButton` prop to `true` in `ModalHeader` or use `CloseButton` export if customization is desired.";
export declare const ruleName: string;
declare const rule: Rule.RuleModule;
export default rule;