README
@baic/eslint-plugin-yolk-web-ui
@baic/eslint-plugin-yolk-web-ui
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install @baic/eslint-plugin-yolk-web-ui:
$ npm install @baic/eslint-plugin-yolk-web-ui --save-dev
Usage
Add yolk-web-ui to the plugins section of your .eslintrc configuration file. You can omit the @baic/eslint-plugin- prefix:
{
"plugins": [
"@baic/eslint-plugin-yolk-web-ui"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@baic/eslint-plugin-yolk-web-ui/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here