This commit is contained in:
Orion Kindel
2024-12-01 17:11:10 -06:00
parent e2018dbbef
commit 3c4f732f2c
24 changed files with 820 additions and 121 deletions

8
.prettierrc.cjs Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
plugins: [],
}