Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Aug 27, 2024
1 parent dba3dd7 commit 4a9b484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/useTouch/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

import { ref } from 'vue';

type Direction = '' | 'vertical' | 'horizontal';
Expand Down
2 changes: 2 additions & 0 deletions src/swipe-cell/useSwipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

import type { ComputedRef, Ref, MaybeRef } from 'vue';
import { computed, reactive, ref } from 'vue';
import { useEventListener } from '@vueuse/core';
Expand Down

0 comments on commit 4a9b484

Please sign in to comment.