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