0.1.0 • Published 3 years ago

@wclimb/eslint-plugin-xxx-wise-app v0.1.0

Weekly downloads
1
License
-
Repository
-
Last release
3 years ago

eslint-plugin-xxx-wise-app

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-xxx-wise-app:

$ npm install eslint-plugin-xxx-wise-app --save-dev

Usage

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

{
    "plugins": [
        "@wclimb/xxx-wise-app"
    ]
}

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

{
    "rules": {
        "@wclimb/xxx-wise-app/no-feature-api": "error"
    }
}