chore: fix lint issues

This commit is contained in:
xingyu4j
2026-03-15 16:35:34 +08:00
parent 9ddb899a1a
commit ab3e6bb37c
13 changed files with 9 additions and 19 deletions

View File

@@ -10,7 +10,6 @@ import { $t } from '@vben/locales';
import { initComponentAdapter } from './component';
// oxlint-disable-next-line typescript/no-floating-promises
initComponentAdapter();
setupVbenForm<ComponentType>({

View File

@@ -112,7 +112,7 @@ const gridOptions: VxeGridProps<RowType> = {
},
toolbarConfig: {
// 是否显示搜索表单控制按钮
// @ts-ignore 正式环境时有完整的类型声明
// @ts-ignore - 正式环境时有完整的类型声明
search: true,
},
};