1.0.6 • Published 4 years ago

eslint-plugin-hf v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago