1.0.6 • Published 3 years ago

eslint-plugin-hf v1.0.6

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

eslint-plugin-hf

hf's eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-hf:

npm install eslint-plugin-hf --save-dev

Usage

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

{
    "plugins": [
        "hf"
    ],
    "rules": {
        "hf/func-annotation": "error",
        "hf/no-nested-ternary": "error",
    }
}
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago