ESLint9
Some checks failed
CI / build-and-deploy (push) Failing after 1m26s
/ depcheck (push) Successful in 1m35s

This commit is contained in:
严浩
2024-10-11 18:03:03 +08:00
parent 8a3c29499c
commit 078cb2c0e9
9 changed files with 569 additions and 469 deletions

View File

@ -12,6 +12,7 @@
// }
declare module '@vue/runtime-dom' {
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface HTMLAttributes
extends Partial<Record<import('@unocss/preset-attributify').AttributifyNames, string | boolean>> {}
}