UNPKG

eslint-plugin-unicorn

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