1.0.2 • Published 1 year ago

eslint-plugin-nodash v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

eslint-plugin-nodash

Plugin for finding unnecessary usages of Lodash.

Why such a Lodash hater? Read my rant here!

Installation

  1. Install using your favourite Node package manager
$ npm install -D eslint-plugin-nodash
  1. Add nodash to your ESLint config
import nodash from "eslint-plugin-nodash";

export default [
  {
    plugins: { nodash },
    rules: {
      "nodash/unnecessary-use-of-get": "error",
      "nodash/unnecessary-mapping-function": "error",
    },
  }
];
  1. Done 🎉!

Local Setup

Install Nix and nix-direnv, then:

$ direnv allow
$ npm install
1.0.2

1 year ago

1.0.1

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago