eslint-plugin-maxtikhon-plugin
v0.0.7
Published
pluging for article-hub project
Maintainers
Readme
eslint-plugin-maxtikhon-plugin
pluging for article-hub project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-maxtikhon-plugin:
npm install eslint-plugin-maxtikhon-plugin --save-devUsage
Add maxtikhon-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"maxtikhon-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"maxtikhon-plugin/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.
