0.0.6 • Published 11 months ago

eslint-plugin-aamree-plugin v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

eslint-plugin-aamree-plugin

plugin for prod project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-aamree-plugin:

npm install eslint-plugin-aamree-plugin --save-dev

Usage

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

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

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

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

Rules

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

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.0

11 months ago