Pattern: Inconsistent arrow function declaration
Issue: -
Checks fn
declaration.
Rule provides the following settings:
spacesCountAfterKeyword
: the number of spaces afterfn
.spacesCountBeforeArrow
: the number of spaces before=>
.spacesCountAfterArrow
: the number of spaces after=>
.allowMultiLine
: allows multi-line declaration.