0.0.8 • Published 4 years ago

eslint-plugin-columbus v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-123

1

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-123:

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

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

Usage

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

{
    "plugins": [
        "123"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here