feat: 🚀 initial commit

This commit is contained in:
2022-08-26 17:31:31 +01:00
commit 934e5477fe
9 changed files with 3659 additions and 0 deletions

4
.eslintrc Normal file
View File

@ -0,0 +1,4 @@
{
"extends": ["plugin:prettier/recommended", "prettier"],
"plugins": ["prettier"]
}