UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines (6 loc) • 248 B
import type { Rule } from 'eslint'; export declare const RULE_NAME = "use-should-render-to-parent"; declare const rule: Rule.RuleModule; export default rule; export { addProp } from './add-prop'; export { setPropToTrue } from './set-prop-to-true';