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