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