Add pre-commit hook to format files

This commit is contained in:
Marko Korhonen 2022-09-16 19:21:54 +03:00
parent 018b96f03a
commit 97b3866db2
9 changed files with 1031 additions and 147 deletions

4
.prettierrc.toml Normal file
View file

@ -0,0 +1,4 @@
"$schema" = "https://json.schemastore.org/prettierrc.json"
trailingComma = "es5"
singleQuote = true
tabWidth = 2