@wclimb/eslint-plugin-xxx-wise-app
v0.1.0
Published
A ESLint plugin for xxx
Downloads
5
Maintainers
Readme
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"
}
}