0.1.0 • Published 3 years ago

eslint-plugin-hook-break-line v0.1.0

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

eslint-plugin-hook-break-line

react hook with two arguments which the fist is function and the second is array should break line;

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-hook-break-line:

$ npm install eslint-plugin-hook-break-line --save-dev

Usage

{
  "plugins": [
    "hook-break-line"
  ]
}
{
  "rules": {
    "hook-break-line/deps-break-line": 2
  }
}
0.1.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago