0.1.0 • Published 4 years ago

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

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

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago