0.0.10 • Published 3 years ago
eslint-plugin-king-ayub-plugin v0.0.10
eslint-plugin-king-ayub-plugin
plugin for IProject
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-king-ayub-plugin:
npm install eslint-plugin-king-ayub-plugin --save-devUsage
Add king-ayub-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"king-ayub-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"king-ayub-plugin/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.