1.0.2 • Published 11 months ago

eslint-plugin-nodash v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months 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

11 months ago

1.0.1

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

1.0.0

11 months ago

0.0.0

11 months ago