follow docs on typescript, eslint, prettier

This commit is contained in:
Thomas Ruoff
2022-09-08 23:14:20 +02:00
committed by Thomas Ruoff
parent 9082ac5f0f
commit c64a83ef78
7 changed files with 11 additions and 19 deletions

6
.prettierrc.json Normal file
View File

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