Package setup, parser and a utility function

This commit is contained in:
Kuldeep
2026-01-03 04:48:14 +00:00
parent fd22e62079
commit 0026a2960f
16 changed files with 5903 additions and 0 deletions

7
.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 150,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"semi": true
}