[Eslint] Add function-paren-newline option
This commit is contained in:
parent
7394ab63bf
commit
77dd4b4ca8
@ -81,6 +81,12 @@ const style = {
|
||||
'error',
|
||||
'never'
|
||||
],
|
||||
'@stylistic/function-paren-newline': [
|
||||
'warn',
|
||||
{
|
||||
'minItems': 4
|
||||
}
|
||||
],
|
||||
'@stylistic/implicit-arrow-linebreak': [
|
||||
'error',
|
||||
'beside'
|
||||
|
Loading…
x
Reference in New Issue
Block a user