1.0.12 • Published 1 month ago

@burneeble/eslint-plugin-burneeble v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

eslint-plugin-burneeble

Burneeble javascript rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-burneeble:

npm install eslint-plugin-burneeble --save-dev

Usage

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

{
    "plugins": [
        "burneeble"
    ]
}

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

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

Rules

TODO: Run eslint-doc-generator to generate the rules list.

1.0.11

1 month ago

1.0.10

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.12

1 month ago

1.0.4

5 months ago

1.0.3

5 months ago