10.0.0 • Published 4 years ago

eslint-plugin-verdaccio v10.0.0

Weekly downloads
27
License
MIT
Repository
github
Last release
4 years ago

eslint-plugin-verdaccio

verdaccio code guidelines

Installation

You"ll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-verdaccio:

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

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

Usage

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

{
    "plugins": [
        "verdaccio"
    ]
}

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

{
    "rules": {
        "verdaccio/jsx-spread": "error",
        "verdaccio/jsx-no-style": "error",
        "verdaccio/jsx-no-classname-object": "error"
    }
}

Supported Rules

License

MIT

10.0.0

4 years ago

9.6.1

5 years ago

10.0.0-next.1

5 years ago

10.0.0-next.0

5 years ago

9.3.2

5 years ago

9.0.0

5 years ago

8.5.0

6 years ago

8.4.2

6 years ago

8.4.0

6 years ago

8.2.0

6 years ago

8.2.0-next.0

6 years ago

8.1.2

6 years ago

8.1.1

6 years ago

8.1.0

6 years ago

8.0.1-next.1

6 years ago

8.0.0

6 years ago

8.0.0-next.4

6 years ago

8.0.0-next.1

6 years ago

8.0.0-next.0

6 years ago

2.0.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago