1.3.1 • Published 2 years ago

eslint-plugin-lendi v1.3.1

Weekly downloads
112
License
ISC
Repository
-
Last release
2 years 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

2 years ago

2.0.0-alpha.1

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.8-beta.1

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago