UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

8 lines 201 B
import { PATTERNS } from './patterns'; const defaults = { failSilently: false, patterns: [...PATTERNS] }; export const getConfig = overrides => { return Object.assign({}, defaults, overrides); };