style: 总算处理好所有的 eslint 报错

This commit is contained in:
feige996
2025-06-21 17:11:17 +08:00
parent 32cf872405
commit e1654359fd
6 changed files with 55 additions and 55 deletions

2
src/env.d.ts vendored
View File

@@ -3,7 +3,7 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}