chore: add prettier

This commit is contained in:
Dominik Biedebach 2023-01-25 15:51:36 +01:00
parent e46f8e3334
commit 9d43ced11d

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2
}