prettierd
prettierd copied to clipboard
Support all of prettier flags
We should support the same flags that are supported by prettier, and build the Options object from that.
Ideally we can share some code with prettier instead of actually implementing the parsing. Need some investigation.