UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines (5 loc) 234 B
import type { Rule } from 'eslint'; import type { RuleConfig } from './types'; export declare const createWithConfig: (initialConfig: RuleConfig) => Rule.RuleModule['create']; declare const rule: Rule.RuleModule; export default rule;