eslint-plugin-alexandev444-plugin

0.0.9 • Public • Published

eslint-plugin-alexandev444-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-alexandev444-plugin:

npm install eslint-plugin-alexandev444-plugin --save-dev

Usage

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

{
    "plugins": [
        "alexandev444-plugin"
    ]
}

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

{
    "rules": {
        "alexandev444-plugin/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-alexandev444-plugin

Weekly Downloads

1

Version

0.0.9

License

ISC

Unpacked Size

22 kB

Total Files

14

Last publish

Collaborators

  • alexandev444