ESLint Plugin

NPM VersionDownloadsBuild StatusCoverage StatusDependency Status

If you're using ESLint, you can install aplugin thatwill help you identify places in your codebase where you don't (may not) need Lodash/Underscore.

Install the plugin…

  1. npm install --save-dev eslint-plugin-you-dont-need-lodash-underscore

…then update your config

  1. "extends" : ["plugin:you-dont-need-lodash-underscore/compatible"],

For more information, see Configuring the ESLint Plugin