FredKSchott / create-snowpack-app

The all-in-one app template for Snowpack. [moved]
https://www.snowpack.dev
Other
727 stars 96 forks source link

remove prettier parser to support json #146

Closed zhaoyao91 closed 4 years ago

zhaoyao91 commented 4 years ago

with parser set to typescript, it cannot format json files. see https://github.com/azz/pretty-quick/issues/23#issuecomment-387681430

FredKSchott commented 4 years ago

oh interesting, good catch. This explains why our own prettier formatter isn't working on JSON files too!