0.0.3 • Published 4 years ago

eslint-plugin-halo-view v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-halo-view

halo view plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-halo-view:

$ npm install eslint-plugin-halo-view --save-dev

Usage

Add halo-view to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "halo-view"
    ]
}

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

{
    "rules": {
        "halo-view/no-class": "error",
        "halo-view/export-default-pure-comp": "error"
    }
}

Supported Rules

  • Fill in provided rules here