Skip to content

Rule does not work for objects inside array destructuring #6

@benmandr

Description

@benmandr

Let's say we have:

const [{ propertyA: { propertyBofA } }] = [{ propertyA: { propertyBofA: 'value' }}];

In this case, rule does not get triggered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions