Initial commit

This commit is contained in:
2025-12-02 17:59:45 +00:00
commit 21dbfb5e11
9 changed files with 116 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: [],
}