add chnanges

This commit is contained in:
Swapnil Bendal
2024-12-10 20:57:52 +05:30
parent ca6d4551ca
commit ac7b46c661
16 changed files with 2064 additions and 3965 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"endOfLine": "lf"
}