From 302cf2573f35b09e06278108fb450dd85dcf0f33 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Mon, 5 Jun 2023 19:59:43 -0700 Subject: [PATCH] =?UTF-8?q?fix(eslint):=20=E5=B1=8F=E8=94=BDeslint?= =?UTF-8?q?=EF=BC=9Atop-level-function=E8=A7=84=E5=88=99=20(#273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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',