chore: initial setup

This commit is contained in:
Stefan Imhoff
2021-04-28 18:07:34 +02:00
commit f76fd39fee
35 changed files with 21422 additions and 0 deletions

15
.prettierrc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [
{
"files": "*.md",
"options": {
"singleQuote": false
}
}
]
}