1.3.1 • Published 6 years ago

eslint-plugin-bia v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

eslint-plugin-bia

bia-plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-bia:

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

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

Usage

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

{
    "plugins": [
        "bia"
    ]
}

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

{
    "rules": {
        "bia/no-error-ajax": 2
    }
}

Supported Rules

  • Fill in provided rules here
1.3.1

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago