feat(typescript): space-before-function-paren
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -138,6 +138,14 @@
|
||||
"omitLastInOneLineBlock": false
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/space-before-function-paren": [
|
||||
"error",
|
||||
{
|
||||
"anonymous": "always",
|
||||
"asyncArrow": "always",
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/strict-boolean-expressions": [
|
||||
"error",
|
||||
{
|
||||
@ -199,5 +207,8 @@
|
||||
],
|
||||
"semi": [
|
||||
"off"
|
||||
],
|
||||
"space-before-function-paren": [
|
||||
"off"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user