@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
11 lines (10 loc) • 343 B
TypeScript
import type { ImportSource } from '@atlaskit/eslint-utils/is-supported-import';
export type RuleConfig = {
cssFunctions: string[];
stylesPlacement: 'top' | 'bottom';
cssImportSource: ImportSource;
xcssImportSource: ImportSource;
excludeReactComponents: boolean;
autoFix: boolean;
shouldAlwaysCheckXcss: boolean;
};