1.0.6 • Published 2 years ago

eslint-plugin-hf v1.0.6

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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago