mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +08:00
chore: 优化部分代码
This commit is contained in:
@@ -47,6 +47,7 @@ export default antfu(
|
||||
'style/brace-style': [2, '1tbs', { allowSingleLine: true }], // 对块执行一致的大括号样式
|
||||
'style/comma-dangle': [2, 'never'], // 要求或不允许尾随逗号
|
||||
'ts/consistent-type-definitions': 0,
|
||||
'ts/no-unused-expressions': 0,
|
||||
'node/prefer-global/process': 0,
|
||||
'antfu/top-level-function': 0,
|
||||
'antfu/if-newline': 0
|
||||
|
Reference in New Issue
Block a user