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,9 +1,9 @@
<script setup lang="ts">
interface Props {
cols?: number;
cols?: number
}
defineProps<Props>();
defineProps<Props>()
</script>
<template>
@ -32,7 +32,7 @@ defineProps<Props>();
&:before {
display: block;
content: "";
content: '';
position: absolute;
top: 1.375rem;
right: 1.375rem;