3 - Added Prettier for formatting and formatted.

This commit is contained in:
Caleb Campbell
2025-12-26 09:43:29 +11:00
parent 0275b5a439
commit 054744e35b
26 changed files with 955 additions and 1123 deletions

4
.prettierrc.yml Normal file
View File

@@ -0,0 +1,4 @@
singleQuote: true
tabWidth: 2
trailingComma: 'es5'
useTabs: true