Add Prettier configuration

This commit is contained in:
Thomas A. Christensen II 2022-03-21 19:00:59 -05:00
parent 70aeab796a
commit 21897cc1c6
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 7 additions and 0 deletions

2
.prettierignore Normal file
View file

@ -0,0 +1,2 @@
node_modules
themes

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
"$schema": "http://json.schemastore.org/prettierrc"
overrides:
- files: "*.html"
options:
parser: "go-template"