fix(eslint): 屏蔽eslint:top-level-function规则 (#273)

This commit is contained in:
ajaxzheng 2023-06-05 19:59:43 -07:00 committed by GitHub
parent 0d3ca6bda6
commit 302cf2573f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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',