UNPKG

eslint-plugin-unicorn

Version:
9 lines (6 loc) 221 B
'use strict'; const isShorthandPropertyValue = identifier => identifier.parent.type === 'Property' && identifier.parent.shorthand && identifier === identifier.parent.value; module.exports = isShorthandPropertyValue;