[Eslint] Fix newline
This commit is contained in:
parent
294d7a9a98
commit
4540dc00e7
@ -82,10 +82,12 @@ const style = {
|
|||||||
'never'
|
'never'
|
||||||
],
|
],
|
||||||
'@stylistic/function-paren-newline': [
|
'@stylistic/function-paren-newline': [
|
||||||
'warn',
|
'error',
|
||||||
{
|
'multiline'
|
||||||
'minItems': 4
|
],
|
||||||
}
|
'@stylistic/function-call-argument-newline': [
|
||||||
|
'error',
|
||||||
|
'consistent'
|
||||||
],
|
],
|
||||||
'@stylistic/implicit-arrow-linebreak': [
|
'@stylistic/implicit-arrow-linebreak': [
|
||||||
'error',
|
'error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user