UNPKG

eslint-plugin-unicorn

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