eslint-plugin-yiuyiuyiu
v1.0.0
Published
custom plugin of eslint for yiuyiuyiu
Downloads
2
Maintainers
Readme
eslint-plugin-yiuyiuyiu
custom plugin of eslint for yiuyiuyiu
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-yiuyiuyiu
:
npm install eslint-plugin-yiuyiuyiu --save-dev
Usage
Add yiuyiuyiu
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"yiuyiuyiu"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"yiuyiuyiu/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.