eslint-plugin-bia

1.3.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-bia

Weekly Downloads

1

Version

1.3.1

License

MIT

Unpacked Size

23.2 kB

Total Files

20

Last publish

Collaborators

  • zjhch123