enhancement(lint): Fix lint errors for components/AboutMe.vue

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-07-25 02:28:18 +00:00 committed by GitHub
parent dca18f7977
commit 06044e955b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,18 @@
// TODO: calc current age, hobbies // TODO: calc current age, hobbies
</script> </script>
<template> <template>
<h1 class="font-bold text-3xl">About me:</h1> <h1 class="font-bold text-3xl">About me:</h1>
<ul> <ul>
<li>I am currently XYZ years old</li> <li>I am currently XYZ years old</li>
<li>Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is just a guess)</li> <li>
<li>i like mostly coding in my freetime, messing with bugs, watching anime and sleeping</li> Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is
<li>i also like eating lots of food!</li> just a guess)
<li>i also like playing video games</li> </li>
</ul> <li>
i like mostly coding in my freetime, messing with bugs, watching anime and
sleeping
</li>
<li>i also like eating lots of food!</li>
<li>i also like playing video games</li>
</ul>
</template> </template>