UNPKG

eslint-plugin-unicorn

Version:
12 lines (9 loc) 231 B
'use strict'; function emptyObjectSelector(path) { const prefix = path ? `${path}.` : ''; return [ `[${prefix}type="ObjectExpression"]`, `[${prefix}properties.length=0]` ].join(''); } module.exports = emptyObjectSelector;