eslint-plugin-burton

1.0.0 • Public • Published

eslint-plugin-burton

plugin with my custom rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-burton:

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

Usage

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

{
    "plugins": [
        "burton"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

With the help https://github.com/eslint/generator-eslint

Package Sidebar

Install

npm i eslint-plugin-burton

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

15.2 kB

Total Files

14

Last publish

Collaborators

  • makden