@wclimb/eslint-plugin-xxx-wise-app
v0.1.0
Published
A ESLint plugin for xxx
Maintainers
Readme
eslint-plugin-xxx-wise-app
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-xxx-wise-app:
$ npm install eslint-plugin-xxx-wise-app --save-devUsage
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"
}
}