initial code

This commit is contained in:
J-onasJones 2024-08-23 06:57:53 +02:00
parent 57a91f2e76
commit 1715184876
12 changed files with 1998 additions and 2 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}