Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jofmi committed Jun 5, 2024
1 parent c02b2f6 commit 3963a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion collectivo/collectivo/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const sidebarWidthLg = String(config.collectivo.sidebarWidth + 90) + "px";
<div class="main__top__left">
<h1 class="flex flex-wrap align-middle items-center gap-3">
<NuxtLink v-if="backLink" :to="backLink" class="flex items-center">
<UIcon name="i-heroicons-arrow-left-circle-16-solid"></UIcon>
<UIcon name="i-heroicons-arrow-left-circle-16-solid" />
</NuxtLink>

{{ t(pageTitle) }}
Expand Down
7 changes: 3 additions & 4 deletions collectivo/extensions/shifts/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
import withNuxt from "./.nuxt/eslint.config.mjs";

export default withNuxt(
// Your custom configs here
)
export default withNuxt();
// Your custom configs here

0 comments on commit 3963a51

Please sign in to comment.