init project

This commit is contained in:
2022-07-13 22:01:27 +05:30
commit 247ccbf363
14 changed files with 1101 additions and 0 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"trailingComma": "all",
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"printWidth": 80
}