Skip to content

Commit

Permalink
QoL: Added pnpm format as alias for pnpm exec prettier --write .
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Sep 27, 2024
1 parent b4fe0c3 commit 3e1a4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
],
},
{
Expand Down

0 comments on commit 3e1a4ed

Please sign in to comment.