0.0.16 • Published 4 months ago

eslint-plugin-feature-slised-design-bak-plugin v0.0.16

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

eslint-plugin-feature-slised-design-plugin

production plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-feature-slised-design-plugin:

npm install eslint-plugin-feature-slised-design-plugin --save-dev

Usage

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

{
    "plugins": [
        "feature-slised-design-plugin"
    ]
}

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

{
    "rules": {
        "feature-slised-design-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.

0.0.15

4 months ago

0.0.16

4 months ago

0.0.14

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.10

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago