Write a POC of estimation session

This commit is contained in:
Pijus Kamandulis
2024-10-06 15:15:36 +03:00
parent 6fc1b81fd9
commit 45039d356f
15 changed files with 714 additions and 57 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2,
"semi": true
}