Migrate to ESM and upgrade dependencies

This commit is contained in:
priyagupta108 2026-06-26 16:01:27 +05:30
parent 54baeea5b3
commit 6900cbed63
64 changed files with 56453 additions and 51160 deletions

10
.prettierrc.json Normal file
View file

@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}