0.6.1-rc.0 • Published 4 years ago
eslint-plugin-rsjs v0.6.1-rc.0
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
0.6.1-rc.0
4 years ago
2.0.0
4 years ago
0.6.0-rc.2
5 years ago
0.6.0-rc.0
5 years ago
0.6.0-beta.2
5 years ago
0.6.0-alpha.3
5 years ago
0.0.1
5 years ago