@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
9 lines (8 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isDeprecatedImportConfig = void 0;
var isDeprecatedImportConfig = exports.isDeprecatedImportConfig = function isDeprecatedImportConfig(config) {
return Object.values(config)[0].message !== undefined || Object.values(config)[0].importSpecifiers !== undefined;
};