Initial commit

This commit is contained in:
2026-04-18 11:33:16 +05:30
commit 150672f305
56 changed files with 2195 additions and 0 deletions

7
.prettierrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};