Skip to content

New lint rule for _.invoke #41

@sean-clayton

Description

@sean-clayton

Should turn

_.map(this.data.items(), function (itm) { return itm.field(); });

Into this

_.invoke(this.data.items(), 'field')

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions