npm.io
1.3.1 • Published 4 years ago

eslint-plugin-lendi

Licence
ISC
Version
1.3.1
Deps
8
Size
5 kB
Vulns
0
Weekly
0

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

Keywords