eslint-plugin-leboncoin

1.1.0 • Public • Published

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
    }
}

Package Sidebar

Install

npm i eslint-plugin-leboncoin

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

7.46 kB

Total Files

7

Last publish

Collaborators

  • leboncoinadmin
  • thibautsabot
  • inside_
  • jeremiep0
  • yspychala
  • abdelkader.belabbes
  • powerplex
  • mesniltheo
  • tvoituret
  • bhaouiadv