-
-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
Description
In the following case text in the first line is found by no-unused-vars, but not found by the original eslint rule:
const { text, ...dbEntry } = entry;
return doSomething({
...dbEntry,
someOtherProp
});
Here we want to get entry without text and this seems to be one legit way to do this, hence text is not unused. This was tested with version 0.7.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet