Skip to content

Commit ee87d4b

Browse files
committed
chore(lint): fix lint
1 parent c28ba66 commit ee87d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type ComposableOptions = {
1616
playbackRate?: MaybeRef<number>
1717
interrupt?: boolean
1818
soundEnabled?: boolean
19-
autoplay?:boolean
19+
autoplay?: boolean
2020
sprite?: SpriteMap
2121
onload?: () => void
2222
} & Omit<HowlOptions, 'src'>

0 commit comments

Comments
 (0)