Add HTML formatter: js-beautify

https://www.npmjs.com/package/js-beautify
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2021-07-02 21:22:58 +03:00
parent ee8918ce7d
commit 5563f8556e
3 changed files with 111 additions and 2820 deletions

3
.jsbeautifyrc Normal file
View file

@ -0,0 +1,3 @@
{
"indent_size": 2
}

2923
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,5 +24,8 @@
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme",
"dependencies": {
"js-beautify": "^1.14.0"
}
}