Initial commit

This commit is contained in:
Marco Lipparini
2023-07-15 20:03:01 +02:00
commit aa8e75520b
13 changed files with 1833 additions and 0 deletions

5
prettier.config.js Normal file
View File

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