0.0.9 • Published 3 months ago

eslint-plugin-tamara-plugin v0.0.9

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

eslint-plugin-tamara-plugin

plugin for production product

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-tamara-plugin:

npm install eslint-plugin-tamara-plugin --save-dev

Usage

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

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

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

{
    "rules": {
        "tamara-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.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.6

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

4 months ago

0.0.0

4 months ago