Init angular

This commit is contained in:
Mihailo Cvjetinovic
2026-06-28 17:38:37 +02:00
parent 4d27e33e64
commit 52317f801d
24 changed files with 9915 additions and 1 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}