Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Excellify committed Oct 7, 2024
1 parent 3667502 commit 719e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Reflection.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Ref, WatchSource, reactive, ref, shallowReactive, toRaw, watch } from "vue";
import { WatchSource, shallowReactive, toRaw, watch } from "vue";

export const PROP_STORE_ACCESSOR = Symbol("seventv.reflection.store");
export const EVENT_STORE_ACCESSOR = Symbol("seventv.reflection.events");
Expand Down

0 comments on commit 719e8f8

Please sign in to comment.