prettier update

This commit is contained in:
Athou
2023-12-28 15:15:06 +01:00
parent 1289dbae84
commit aa009c366d
4 changed files with 65 additions and 27 deletions

View File

@@ -3,5 +3,6 @@
"semi": false,
"tabWidth": 4,
"arrowParens": "avoid",
"endOfLine": "auto"
"endOfLine": "auto",
"trailingComma": "es5"
}