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