From 73e7bab8398e5d6b8927cb75fb5de221f08bfd46 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 4 May 2016 17:17:14 -0700 Subject: [PATCH] Add tooling section. [ci skip] --- lib/fp/template/doc/wiki.jst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 095eda604..7a429ab17 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -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.