files formatted; add: qrcode generator

This commit is contained in:
danielvici123
2025-11-19 19:14:40 +01:00
parent 79ff5eb6d1
commit 061376402b
25 changed files with 627 additions and 141 deletions

7
.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"semi": true
}