@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
5 lines (4 loc) • 329 B
TypeScript
import type { Rule } from 'eslint';
import { type ImportDeclaration, type Property } from 'eslint-codemod-utils';
import type { RuleConfig } from './types';
export declare const lintObjectForSpacing: (node: Property, context: Rule.RuleContext, ruleConfig: RuleConfig, fontSize: any, tokenNode: ImportDeclaration | null) => void;