eslint fixes

This commit is contained in:
2025-07-09 17:46:36 +02:00
parent 0204bdd38d
commit dcdfba5ccd
208 changed files with 20402 additions and 21424 deletions

6
src/shims-vue.d.ts vendored
View File

@@ -1,7 +1,7 @@
declare module "*.vue" {
import { defineComponent } from "vue";
import { defineComponent } from "vue";
const Component: ReturnType<typeof defineComponent>;
const Component: ReturnType<typeof defineComponent>;
export default Component;
export default Component;
}