UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines 200 B
export var isDeprecatedImportConfig = function isDeprecatedImportConfig(config) { return Object.values(config)[0].message !== undefined || Object.values(config)[0].importSpecifiers !== undefined; };