forked from opentiny/tiny-vue
fix(eslint): 屏蔽eslint:top-level-function规则 (#273)
This commit is contained in:
parent
0d3ca6bda6
commit
302cf2573f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue