Feat/access code #88

Merged
KevinMidboe merged 9 commits from feat/access-code into master 2021-05-21 08:39:18 +00:00
Showing only changes of commit 9f3b3777d9 - Show all commits

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"printWidth": 100,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"useTabs": true
}