7.1.0 • Published 4 years ago

eslint-plugin-rabjs v7.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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