Add HTML formatter: js-beautify #12

Merged
vitaly-zdanevich merged 4 commits from master into master 2021-07-06 06:28:47 +00:00
Showing only changes of commit e439ebe1f2 - Show all commits

View file

@ -10,7 +10,8 @@
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0"
"stylelint-config-standard": "^22.0.0",
"js-beautify": "^1.14.0"
},
"scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md"
@ -24,8 +25,5 @@
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme",
"dependencies": {
"js-beautify": "^1.14.0"
}
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
}