eslint-plugin-evenagement

1.0.0 • Public • Published

eslint-plugin-evenagement

Custom rules for evenagement

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-evenagement:

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

Usage

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

{
    "plugins": [
        "evenagement"
    ]
}

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

{
    "rules": {
        "evenagement/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i eslint-plugin-evenagement

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    27.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • jdiehl