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