Initilize project (Cloned from app.mysalona)

This commit is contained in:
AmirGoodarzi
2025-04-28 22:35:58 +03:30
commit 7ca1d4a0ae
129 changed files with 15287 additions and 0 deletions

18
.prettierrc Normal file
View File

@@ -0,0 +1,18 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"bracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}