1.1.4 • Published 3 months ago

eslint-plugin-no-destruction v1.1.4

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

eslint-plugin-no-destruction

Prevent object destructions from going out of hand

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-no-destruction:

npm install eslint-plugin-no-destruction --save-dev

Usage

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

{
    "plugins": [
        "no-destruction"
    ]
}

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

{
    "rules": {
        "no-destruction/rule-name": 2
    }
}

Rules

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

1.1.1

3 months ago

1.1.0

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.1.4

3 months ago

1.0.5

3 months ago

1.1.3

3 months ago

1.0.4

3 months ago

1.1.2

3 months ago

1.0.3

3 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago