1.1.0 • Published 3 years ago

eslint-plugin-leboncoin v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

eslint-plugin-leboncoin

DEPRECATED

Leboncoin custom ESLint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-leboncoin:

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

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

Usage

Add leboncoin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "leboncoin"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "leboncoin/rule-name": 2
    }
}
1.1.0

3 years ago

1.0.0

4 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

6 years ago