Add pre-commit hook to format files
This commit is contained in:
parent
018b96f03a
commit
97b3866db2
9 changed files with 1031 additions and 147 deletions
4
.prettierrc.toml
Normal file
4
.prettierrc.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
"$schema" = "https://json.schemastore.org/prettierrc.json"
|
||||
trailingComma = "es5"
|
||||
singleQuote = true
|
||||
tabWidth = 2
|
Loading…
Add table
Add a link
Reference in a new issue