1.1.1 • Published 11 months ago

eslint-plugin-mariawebatelier v1.1.1

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

eslint-plugin-custom-eslint-plugin

custom-eslint-plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom-eslint-plugin:

npm install eslint-plugin-custom-eslint-plugin --save-dev

Usage

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

{
    "plugins": [
        "custom-eslint-plugin"
    ]
}

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

{
    "rules": {
        "custom-eslint-plugin/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.

1.1.1

11 months ago

1.1.0

11 months ago