eslint-plugin-alal111-eslint

0.0.3 • Public • Published

eslint-plugin-alal111-eslint

my plugin for eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-alal111-eslint:

npm install eslint-plugin-alal111-eslint --save-dev

Usage

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

{
    "plugins": [
        "alal111-eslint"
    ]
}

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

{
    "rules": {
        "alal111-eslint/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-alal111-eslint

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

7.93 kB

Total Files

7

Last publish

Collaborators

  • alal111