1.3.1 • Published 5 months ago

eslint-plugin-lendi v1.3.1

Weekly downloads
112
License
ISC
Repository
-
Last release
5 months ago

eslint-plugin-lendi

Lendi eslint plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-lendi:

$ npm install eslint-plugin-lendi --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-lendi globally.

Usage

Add lendi-eslint-plugin to the plugins section of your .eslintrc configuration file:

{
    "extends": [
        "plugin:lendi/standard"
    ]
}

Changlog

1.1.8: add new spacing rules 1.0.3: add eslint no-magic-numbers: ["error", { "enforceConst": true }]

How to push to npm

Just use npm push

2.0.0-alpha.0

5 months ago

2.0.0-alpha.1

5 months ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.8-beta.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago