@baic/eslint-plugin-yolk-web-ui
v1.0.0-beta.1
Published
@baic/eslint-plugin-yolk-web-ui
Maintainers
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-devNext, install @baic/eslint-plugin-yolk-web-ui:
$ npm install @baic/eslint-plugin-yolk-web-ui --save-devUsage
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
