feat(eslint): Rule "space-before-function-paren"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
86f818d0b6
commit
90014ad8f6
@ -261,7 +261,7 @@
|
||||
- [X] "sort-keys"
|
||||
- [X] "sort-vars"
|
||||
- [ ] "space-before-blocks"
|
||||
- [ ] "space-before-function-paren"
|
||||
- [X] "space-before-function-paren"
|
||||
- [ ] "space-in-parens"
|
||||
- [ ] "space-infix-ops"
|
||||
- [ ] "space-unary-ops"
|
||||
|
@ -190,6 +190,14 @@
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
{
|
||||
"anonymous": "always",
|
||||
"asyncArrow": "always",
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user