eslint-plugin-lendi

1.3.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-lendi

Weekly Downloads

130

Version

1.3.1

License

ISC

Unpacked Size

4.71 kB

Total Files

4

Last publish

Collaborators

  • konradstr