chore(lint): lint and formatted file structure and code styles with custom config via prettier

This commit is contained in:
Anda Toshiki 2024-05-09 01:10:15 -07:00
parent a1a1d73e0e
commit aea7109d06
4 changed files with 10 additions and 10 deletions

View File

@ -73,7 +73,8 @@ export default Vue.extend({
<h1 class="font-semibold text-2xl text-black/90 dark:text-white/90">Oops! The post could not be found!</h1>
<p class="text-black/50 dark:text-white/30">
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can search for the post using the search feature or return to the homepage to access other posts.
Make sure that the post you are looking for is on my blog and there is no mistake in the address. You can
search for the post using the search feature or return to the homepage to access other posts.
</p>
<Button icon="IconBack" @click.native="$router.back()">Return home</Button>

View File

@ -24,8 +24,7 @@ export default Vue.extend({
},
head() {
const title = "Toshiki's Blog"
const description =
"Real life stories anecdotes & developmental journeys for embarking your inspirations."
const description = 'Real life stories anecdotes & developmental journeys for embarking your inspirations.'
return {
title: 'Blog',

View File

@ -58,7 +58,7 @@ export default Vue.extend({
head() {
const title = 'Donate'
const description =
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster'
'Support our mission and make a difference by contributing to our future developments and researches with a tip with a slight caffeinated boost via monster.'
return {
title,