eslint-plugin-risen-lint
v0.0.4
Published
checking if-right-chinese
Downloads
2
Maintainers
Readme
eslint-plugin-risen-lint
checking if-right-chinese
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-risen-lint
:
npm install eslint-plugin-risen-lint --save-dev
Usage
Add risen-lint
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"risen-lint"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"risen-lint/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here