0.3.0 • Published 9 months ago

eslint-plugin-prod-app-plugin v0.3.0

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

eslint-plugin-prod-app-plugin

plugin for my prod app

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-prod-app-plugin:

npm install eslint-plugin-prod-app-plugin --save-dev

Usage

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

{
    "plugins": [
        "prod-app-plugin"
    ]
}

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

{
    "rules": {
        "prod-app-plugin/rule-name": 2
    }
}

Rules

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

0.1.0

9 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.1.2

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.2.7

9 months ago

0.1.8

9 months ago

0.0.9

9 months ago

0.2.6

9 months ago

0.1.7

9 months ago

0.0.8

9 months ago

0.2.9

9 months ago

0.2.8

9 months ago

0.1.9

9 months ago

0.2.3

9 months ago

0.1.4

9 months ago

0.2.2

9 months ago

0.1.3

9 months ago

0.2.5

9 months ago

0.1.6

9 months ago

0.0.7

9 months ago

0.2.4

9 months ago

0.1.5

9 months ago

0.0.6

9 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago