Add Prettier configuration
This commit is contained in:
parent
70aeab796a
commit
21897cc1c6
2 changed files with 7 additions and 0 deletions
2
.prettierignore
Normal file
2
.prettierignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
node_modules
|
||||||
|
themes
|
5
.prettierrc
Normal file
5
.prettierrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
"$schema": "http://json.schemastore.org/prettierrc"
|
||||||
|
overrides:
|
||||||
|
- files: "*.html"
|
||||||
|
options:
|
||||||
|
parser: "go-template"
|
Loading…
Reference in a new issue