build: update configs, add HTML validation
This commit is contained in:
parent
0167884748
commit
ac960cf8b4
8 changed files with 2037 additions and 22 deletions
|
@ -5,8 +5,10 @@
|
|||
"files": "*.html",
|
||||
"options": {
|
||||
"printWidth": 140,
|
||||
"singleAttributePerLine": true
|
||||
"singleAttributePerLine": true,
|
||||
"parser": "go-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": ["prettier-plugin-go-template"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue