yasuyk / web-beautify

Format HTML, CSS and JavaScript/JSON by js-beautify
GNU General Public License v3.0
221 stars 21 forks source link

Partially switch from js-beautify to es-beautifier #28

Open NotBrianZach opened 7 years ago

NotBrianZach commented 7 years ago

es-beautifier allows you to use your .eslintrc rules to determine linting behavior for ecmascript. It's a trade off, there's more configuration and stuff to install, slightly more customizability and possibly fewer files (though es-beautifier doesn't do html or css beautifying). If accepted I will also be making some pull requests downstream in spacemacs docs.