From 3e1a4eda53ced1913045fdf3c27481e356ff0f72 Mon Sep 17 00:00:00 2001 From: KTrain5369 <69028025+KTrain5169@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:29:19 +0700 Subject: [PATCH] QoL: Added pnpm format as alias for pnpm exec prettier --write . --- package.json | 3 ++- pages/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc73fd7..614d6c0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", - "postinstall": "nuxt prepare" + "postinstall": "nuxt prepare", + "format": "prettier --write ." }, "dependencies": { "@nuxtjs/i18n": "^8.3.1", diff --git a/pages/index.vue b/pages/index.vue index d3cea8b..841fdec 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -68,7 +68,7 @@ const reasonsWhy = [ "Essential's large-sweeping modifications to the game cause many side effects, mainly incompatibility with other mods.", "While Essential's desision to go source-available (not the same as open-source) may help improve compatibility issues, it's too soon to tell.", "For uninitiated users, open-source differs from source-available in that any user can send a request to fix an issue or add a new feature, which source-available doesn't let you do.", - "We have a gallery of people saying that removing Essential has fixed an issue they experienced, you can find this at https://notessentialsite.github.io/gallery/" + "We have a gallery of people saying that removing Essential has fixed an issue they experienced, you can find this at https://notessentialsite.github.io/gallery/", ], }, {