Formats your JavaScript using prettier followed by eslint --fix
Code -> prettier -> standard --fix -> Formatted Code
Standalone CLI for prettier -> standard --fix -> Formatted Code
Check that all files match prettier-eslint code style.
Code -> prettier -> semistandard --fix -> Formatted Code