eslint-plugin-yolk
v1.0.1
Published
eslint-plugin-yolk
Downloads
33
Maintainers
Readme
eslint-plugin-yolk
eslint-plugin-yolk
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-yolk:
$ npm install eslint-plugin-yolk --save-devUsage
Add yolk to the plugins section of your .eslintrc configuration file. You can omit the @baic/eslint-plugin- prefix:
{
"plugins": [
"yolk"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"yolk/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
