Add HTML formatter: js-beautify #12
1 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue