1.0.13 • Published 10 months ago

@burneeble/eslint-plugin-burneeble v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ”§
camel-case-varsVariables must be written in camelCase.šŸ”§
1.0.13

10 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.12

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago