Initial commit 2.0 beta 0

This commit is contained in:
2022-10-04 10:51:35 +02:00
parent f87b19140b
commit c5c2759ebd
70 changed files with 60593 additions and 62354 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false,
"printWidth": 120
"printWidth": 120,
"trailingComma": "none"
}