jfmengels/eslint-plugin-lodash-fp

Port `matches-prop-shorthand.` from `eslint-plugin-lodash`

Open

#23 opened on May 3, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (24 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (150 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://github.com/wix/eslint-plugin-lodash/blob/master/docs%2Frules%2Fmatches-prop-shorthand.md

Ideally, this would be done by using as much as possible the tools already in the project, except rules/core/ast-util.js, which I'd like to remove.

There is no need to handle chaining constructs, but composition constructs are needed.

Contributor guide