style: run linter

This commit is contained in:
Sebin Nyshkim 2023-04-03 00:55:28 +02:00
parent de3862bf77
commit 4853e1ec63
26 changed files with 502 additions and 631 deletions

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import RefFigure from "@/components/RefFigure.vue";
import RefGallery from "@/components/RefGallery.vue";
import RefFigure from '@/components/RefFigure.vue'
import RefGallery from '@/components/RefGallery.vue'
</script>
<template>
@ -40,9 +40,7 @@ import RefGallery from "@/components/RefGallery.vue";
<template #caption>
<p>Sebin in his casual outfit</p>
<p>
Black tank top, flannell shirt, shorts (w/ dangling bands), sneakers
</p>
<p>Black tank top, flannell shirt, shorts (w/ dangling bands), sneakers</p>
</template>
<template #copyright>
@ -117,8 +115,7 @@ import RefGallery from "@/components/RefGallery.vue";
<template #caption>
<p>Sebin in his workout outfit</p>
<p>
<strong>Full body:</strong> Snapback hat, tank top, fingerless gloves,
shorts, sneakers
<strong>Full body:</strong> Snapback hat, tank top, fingerless gloves, shorts, sneakers
</p>
</template>
@ -157,8 +154,8 @@ import RefGallery from "@/components/RefGallery.vue";
<template #caption>
<p>Sebin in his workout outfit</p>
<p>
<strong>Close-up:</strong> Snapback hat, headphones, tank top,
fingerless gloves, shorts, smartwatch
<strong>Close-up:</strong> Snapback hat, headphones, tank top, fingerless gloves, shorts,
smartwatch
</p>
</template>
@ -199,9 +196,8 @@ import RefGallery from "@/components/RefGallery.vue";
<template #caption>
<p>Tracksuit pants</p>
<p>
Sebin likes to wear comfortable clothes at home when he doesn't need
to leave the house or is enjoying some leisure time after work or on
weekends.
Sebin likes to wear comfortable clothes at home when he doesn't need to leave the house or
is enjoying some leisure time after work or on weekends.
</p>
</template>
@ -213,23 +209,17 @@ import RefGallery from "@/components/RefGallery.vue";
<template #img>
<picture>
<source
srcset="
@/assets/refs/clothes/lazy/undies.jpg?w=0&avif&withoutEnlargement&srcset
"
srcset="@/assets/refs/clothes/lazy/undies.jpg?w=0&avif&withoutEnlargement&srcset"
sizes="333px"
type="image/avif"
/>
<source
srcset="
@/assets/refs/clothes/lazy/undies.jpg?w=0&webp&withoutEnlargement&srcset
"
srcset="@/assets/refs/clothes/lazy/undies.jpg?w=0&webp&withoutEnlargement&srcset"
sizes="333px"
type="image/webp"
/>
<img
srcset="
@/assets/refs/clothes/lazy/undies.jpg?w=0&withoutEnlargement&srcset
"
srcset="@/assets/refs/clothes/lazy/undies.jpg?w=0&withoutEnlargement&srcset"
sizes="333px"
alt="Shorts"
loading="lazy"
@ -240,8 +230,8 @@ import RefGallery from "@/components/RefGallery.vue";
<template #caption>
<p>Topless w/ jockstrap/boxer briefs</p>
<p>
For even more comfort, Sebin tends to forgoe pants completely and save
on laundry by only wearing the absolute necessary.
For even more comfort, Sebin tends to forgoe pants completely and save on laundry by only
wearing the absolute necessary.
</p>
</template>