From fd1f7db44f57c3bc4a96534b45456b7329255e91 Mon Sep 17 00:00:00 2001 From: Hugo Tiburtino <45924645+hugotiburtino@users.noreply.github.com> Date: Sat, 23 May 2020 00:45:36 +0200 Subject: [PATCH] Add JS-Beautifier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd8b55e..ec1bfd1 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [JSLint](https://github.com/douglascrockford/JSLint) - High-standards, strict & opinionated code quality tool, aiming to keep only good parts of the language. * [JavaScript Standard Style](https://github.com/feross/standard) - Opinionated, no-configuration style guide, style checker, and formatter * [Pre-evaluate code at buildtime](https://github.com/kentcdodds/preval.macro) - Pre-evaluate your front end javascript code at build-time +* [JS-Beautifier](https://github.com/beautify-web/js-beautify) - Npm cli and library to format JS code. ## MVC Frameworks and Libraries