mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 08:26:13 -06:00
chore: reformat entire project with prettier, add prettierignore
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
"postinstall": "nuxt prepare",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto-slab": "^5.2.6",
|
||||
|
||||
Reference in New Issue
Block a user