0.0.3 • Published 5 years ago
eslint-plugin-halo-view v0.0.3
eslint-plugin-halo-view
halo view plugin
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-halo-view:
$ npm install eslint-plugin-halo-view --save-devUsage
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