temporary formatting

This commit is contained in:
Ward 2021-07-26 17:59:15 +02:00
parent 263cef5750
commit e3102f728d
2 changed files with 113 additions and 101 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}