build: Add prettier to the project

This commit is contained in:
2024-02-22 15:36:45 +01:00
parent 17b92126de
commit 41024ddb79
95 changed files with 4237 additions and 2117 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "tildefriends",
"scripts": {
"prettier": "prettier . --check --cache --write"
},
"author": "Cory McWilliams",
"license": "MIT",
"dependencies": {
"prettier": "^3.2.5"
}
}