eslint-plugin-volkmann

0.3.3 • Public • Published

eslint-plugin-volkmann

Mark Volkmann's collection of ESLint plugins

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-volkmann:

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

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

Usage

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

{
    "plugins": [
        "volkmann"
    ]
}

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

{
    "rules": {
        "volkmann/rule-name": "error"
    }
}

Supported Rules

  • embrace-booleans

Package Sidebar

Install

npm i eslint-plugin-volkmann

Weekly Downloads

12

Version

0.3.3

License

ISC

Last publish

Collaborators

  • mvolkmann