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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i eslint-plugin-evenagement

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

27.3 kB

Total Files

8

Last publish

Collaborators

  • jdiehl