Skip to content

Commit

Permalink
Remove eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Jul 24, 2023
1 parent 3bae5f4 commit a3f66d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/components/PositionSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
type PositionsKey = keyof typeof positions
const props = defineProps<{
// using any because vue's type warnings for props is dumb...
// eslint-disable-next-line @typescript-eslint/no-explicit-any
position: PositionMethod | PositionMethod[],
}>()
Expand Down

0 comments on commit a3f66d0

Please sign in to comment.