clean up the code

This commit is contained in:
Archie Agarwal
2025-06-16 15:16:47 +05:30
parent dbae89c7e5
commit 88bcde8f2a
3 changed files with 272 additions and 277 deletions

View File

@@ -24,5 +24,8 @@
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}