Add prettier for formatting

This commit is contained in:
Xevion
2023-02-23 22:43:15 -06:00
parent 5627854af1
commit 6e89c7738f
3 changed files with 12 additions and 0 deletions

View File

@@ -18,5 +18,8 @@
"react-dom": "18.2.0",
"typescript": "4.9.5",
"zod": "^3.20.6"
},
"devDependencies": {
"prettier": "^2.8.4"
}
}