eslint-plugin-rabjs

7.1.0 • Public • Published

eslint-plugin-rabjs

eslint rules for rabjs

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-rabjs:

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

Usage

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

{
  "plugins": ["rabjs"]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-rabjs

Weekly Downloads

1

Version

7.1.0

License

ISC

Unpacked Size

40.3 kB

Total Files

7

Last publish

Collaborators

  • yeanzhi