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