1.3.1 • Published 29 days ago

eslint-plugin-detachhead v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
29 days ago

eslint-plugin-detachhead

detachhead's eslint rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-detachhead:

npm install eslint-plugin-detachhead --save-dev

Usage

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

{
    "plugins": ["detachhead"]
}

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

{
    "rules": {
        "detachhead/rule-name": "error"
    }
}

Rules

Name
require-variance-annotations
1.3.1

9 months ago

1.3.0

12 months ago

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago