eslint-plugin-rsjs
v0.6.1-rc.0
Published
eslint rules for rsjs
Maintainers
Readme
eslint-plugin-rsjs
eslint rules for rsjs
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-rsjs:
$ npm install eslint-plugin-rsjs --save-devUsage
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
