Add HTML formatter: js-beautify #12
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"indent_size": 2
|
||||
"indent_size": 2,
|
||||
"end_with_newline": true
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"js-beautify": "^1.14.0"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md"
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md; js-beautify -r templates/base.html"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue