eslint-config-lodash

4.0.0 • Public • Published

npm version lint ESLint Recommended

eslint-config-lodash

ESLint Shareable Config for Lodash

Overview

eslint-config-lodash is using following configurations and plugins.

Installation

npm:

npm i -D eslint-config-lodash

Yarn:

yarn add -D eslint-config-lodash

Usage

Add lodash to extends of your ESLint config.

module.exports = {
  extends: [
    'lodash'
    // add other rulesets here if needed
  ],
  rules: {
    // override/add rules settings here if needed
  }
}

Package Sidebar

Install

npm i eslint-config-lodash

Weekly Downloads

1,040

Version

4.0.0

License

MIT

Unpacked Size

3.46 kB

Total Files

4

Last publish

Collaborators

  • munierujp