This commit is contained in:
mario
2025-03-11 13:16:07 +07:00
commit 3c64adc353
215 changed files with 111738 additions and 0 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"printWidth": 150,
"proseWrap": "always",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}