0.0.8 • Published 1 year ago
eslint-plugin-forapp-plugin v0.0.8
eslint-plugin-forapp-plugin
plugin for my app
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-forapp-plugin
:
npm install eslint-plugin-forapp-plugin --save-dev
Usage
Add forapp-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"forapp-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"forapp-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.