This commit is contained in:
Udit Karode
2023-04-08 10:17:49 +05:30
commit 77c704db49
14 changed files with 821 additions and 0 deletions

12
.prettierrc Normal file
View File

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