Formatting with Prettier

This commit is contained in:
2026-02-27 02:48:25 -08:00
parent aff421f5d5
commit 99eab5a28f
25 changed files with 6044 additions and 5885 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always"
}