[Eslint] Add function-paren-newline option

This commit is contained in:
Janis Hutz 2025-06-11 09:43:48 +02:00
parent 7394ab63bf
commit 77dd4b4ca8

View File

@ -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'