diff --git a/.eslintrc.js b/.eslintrc.js index 1af6cd973..f9c047c4b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { 'arrow-parens': 'off', 'operator-linebreak': 'off', 'antfu/if-newline': 'off', + 'antfu/top-level-function': 'off', 'import/order': 'off', 'import/no-duplicates': 'off', 'quote-props': 'off',