fix: hanlde ci error

This commit is contained in:
eric_wang 2022-06-12 18:12:18 +08:00
parent d7c49a5051
commit c27f2465c2
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ export interface ObservableLike {
// eslint-disable-next-line @typescript-eslint/ban-types
export type Falsy = false | 0 | 0n | '' | null | undefined;
export interface WeakRef<T extends object> {
export interface WeakRef<T extends object> { // eslint-disable-line @typescript-eslint/ban-types
readonly [Symbol.toStringTag]: 'WeakRef';
/**