diff --git a/.eslintrc.js b/.eslintrc.js index eba7eb33f..6319501e3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -234,6 +234,11 @@ const appConfig = { prev: '*', next: 'return', }, + { + blankLine: 'always', + prev: '*', + next: 'function', + }, ], 'prefer-arrow/prefer-arrow-functions': [ 'error',