added prettier

This commit is contained in:
2023-07-23 00:27:45 +02:00
parent 7c2ae7aeb1
commit d7318eaa78
3 changed files with 19 additions and 0 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSameLine": true
}