fix: initial commit lol

This commit is contained in:
2023-09-29 00:14:09 -05:00
commit ec3e06746f
150 changed files with 245475 additions and 0 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: [],
}