Initial commit

This commit is contained in:
Dave Lane 2021-08-25 21:00:00 +12:00
commit fa374f9cb6
12 changed files with 1336 additions and 0 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}