eslint-plugin-risen-lint
v0.0.4
Published
checking if-right-chinese
Maintainers
Readme
eslint-plugin-risen-lint
checking if-right-chinese
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-risen-lint:
npm install eslint-plugin-risen-lint --save-devUsage
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
