Repo setup

This commit is contained in:
mrjvs
2023-08-23 13:54:26 +02:00
parent c852a33cc1
commit bfcf6d0568
21 changed files with 1866 additions and 0 deletions

4
.prettierrc.js Normal file
View File

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