feat(eslint): Rule "space-before-function-paren"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -190,6 +190,14 @@
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
{
|
||||
"anonymous": "always",
|
||||
"asyncArrow": "always",
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user