UNPKG

eslint-plugin-unicorn-x

Version:
7 lines (5 loc) 206 B
const isShorthandPropertyValue = (identifier) => identifier.parent.type === 'Property' && identifier.parent.shorthand && identifier === identifier.parent.value; export default isShorthandPropertyValue;