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