react hook with two arguments which the fist is function and the second is array should break line;
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
{
"plugins": [
"hook-break-line"
]
}
{
"rules": {
"hook-break-line/deps-break-line": 2
}
}