MOBILE-3833 dx: Enforce spacing between functions
parent
35433615f3
commit
cc04a794d8
|
@ -234,6 +234,11 @@ const appConfig = {
|
|||
prev: '*',
|
||||
next: 'return',
|
||||
},
|
||||
{
|
||||
blankLine: 'always',
|
||||
prev: '*',
|
||||
next: 'function',
|
||||
},
|
||||
],
|
||||
'prefer-arrow/prefer-arrow-functions': [
|
||||
'error',
|
||||
|
|
Loading…
Reference in New Issue