Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Snazzy is a Node.js tool that reformats linter output from JavaScript Standard Style into a more visually appealing "stylish" format. It works by accepting compact text output from a linter and converting it to prettier results, and is typically used by piping the output of the `standard` linter into the `snazzy` command. The project is built for JavaScript development and is maintained by Feross Aboukhadijeh.