jekyll / Utterson

CI benchmarking suite for Jekyll
MIT License
13 stars 8 forks source link

Format JSON #4

Closed pathawks closed 6 years ago

pathawks commented 6 years ago

Make JSON pretty *

* As pretty as JSON in Bash can possibly look
DirtyF commented 6 years ago

With Prettier?

pathawks commented 6 years ago

A great thought, except that everything is quoted and escaped for Bash, which I don't believe Prettier supports yet.

I would like to eventually add some formatters like that. Obviously Rubocop for the (very few, but should be more) Ruby portions, probably ShellCheck for the Bash code, and maybe Prettier for the one Node.js script (used by Lambda).