Let's say we have: ``` const [{ propertyA: { propertyBofA } }] = [{ propertyA: { propertyBofA: 'value' }}]; ``` In this case, rule does not get triggered.