repo setup

This commit is contained in:
Jelle van Snik
2022-12-26 21:27:42 +01:00
commit 46ffd9b1ff
11 changed files with 3326 additions and 0 deletions

4
.prettierrc.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
trailingComma: 'all',
singleQuote: true,
};