Add files via upload

This commit is contained in:
2024-07-17 14:39:04 +05:00
committed by GitHub
parent be0b64a3c6
commit 3751382bfc
10 changed files with 3280 additions and 0 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"proseWrap": "preserve",
"jsxBracketSameLine": false,
"bracketSpacing": true,
"tabWidth": 2,
"semi": true
}