UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines 191 B
/** * Returns true if the element has any JSXSpreadAttribute. */ export function hasSpreadProps(node) { return node.openingElement.attributes.some(a => a.type === 'JSXSpreadAttribute'); }