0.3.5 • Published 1 month ago

eslint-plugin-pp-checker v0.3.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

eslint-plugin-pp-checker

pp checker plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-pp-checker:

npm install eslint-plugin-pp-checker --save-dev

Usage

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

{
    "plugins": [
        "pp-checker"
    ]
}

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

{
    "rules": {
        "pp-checker/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

0.3.5

1 month ago

0.3.2

3 months ago

0.3.4

3 months ago

0.3.3

3 months ago

0.3.1

3 months ago

0.3.0

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.2

3 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago