MOBILE-3833 dx: Enforce spacing between functions

main
Noel De Martin 2022-03-30 14:33:46 +02:00
parent 35433615f3
commit cc04a794d8
1 changed files with 5 additions and 0 deletions

View File

@ -234,6 +234,11 @@ const appConfig = {
prev: '*',
next: 'return',
},
{
blankLine: 'always',
prev: '*',
next: 'function',
},
],
'prefer-arrow/prefer-arrow-functions': [
'error',