Skip to content

meerkat-morecats/eslint-plugin-hook-break-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
}

About

react hook break line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published