1.0.0-beta.5 • Published 4 years ago

eslint-plugin-yolk-web-ui v1.0.0-beta.5

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

eslint-plugin-yolk-web-ui

eslint-plugin-yolk-web-ui

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-yolk-web-ui:

$ npm install 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": [
        "eslint-plugin-yolk-web-ui"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "eslint-plugin-yolk-web-ui/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here