chore: 更新eslint

This commit is contained in:
kailong321200875
2024-07-18 16:56:42 +08:00
parent 367b3508e8
commit 15db5e8db3
19 changed files with 130 additions and 130 deletions

2
types/env.d.ts vendored
View File

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