Add tooling section. [ci skip]

This commit is contained in:
John-David Dalton
2016-05-04 17:17:14 -07:00
parent 572060aedc
commit 73e7bab839

View File

@@ -220,3 +220,8 @@ var fp = convert({
// Convert by `lodash` instance.
var fp = convert(lodash.runInContext());
```
## Tooling
Use [eslint-plugin-lodash-fp](https://www.npmjs.com/package/eslint-plugin-lodash-fp)
to help use `lodash/fp` more efficiently.