Initial setup

This commit is contained in:
2023-09-08 22:59:05 -05:00
parent c5233b7088
commit 883078fdbc
14 changed files with 6383 additions and 56 deletions

3
.prettierrc.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
trailingComma: "all",
};