eslint-plugin-custom-alex-sh

0.0.2 • Public • Published

eslint-plugin-custom

it is plugin for me

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom:

npm install eslint-plugin-custom --save-dev

Usage

Add custom to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "custom"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "custom/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i eslint-plugin-custom-alex-sh

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

6.4 kB

Total Files

9

Last publish

Collaborators

  • aloxan12