0.6.1-rc.0 • Published 4 years ago

eslint-plugin-rsjs v0.6.1-rc.0

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

eslint-plugin-rsjs

eslint rules for rsjs

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-rsjs:

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

Usage

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

{
  "plugins": ["rsjs"]
}

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

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

Supported Rules

  • Fill in provided rules here