Skip to content

Commit

Permalink
Runs the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
KenEucker committed Jan 8, 2024
1 parent 49575fe commit 89cb1d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/BikeDex.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div class="deck">
Player's missed rounds
<template v-for="(tag, i) in props.tags" :key="i">
<div
v-if="tag.foundImageUrl"
Expand Down
3 changes: 1 addition & 2 deletions src/directives/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { dynamicFontDirective } from './dynamicFont';

export { dynamicFontDirective } from './dynamicFont'
3 changes: 1 addition & 2 deletions src/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ export {
BikeTagMap,
BikeTagMenu,
BikeTagPlayer,
BikeTagQueue
BikeTagQueue,
}

1 change: 0 additions & 1 deletion src/views/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ onMounted(async () => {
}

.achievement {
display: flex;
overflow-x: scroll;
display: inline-flex;
}
Expand Down

0 comments on commit 89cb1d0

Please sign in to comment.