Skip to content

Commit

Permalink
remove prettier parser to support json (#146)
Browse files Browse the repository at this point in the history
with parser set to typescript, it cannot format json files.
see prettier/pretty-quick#23 (comment)
  • Loading branch information
zhaoyao91 authored and drwpow committed Jul 24, 2020
1 parent 8b9119b commit 9a5dd0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"parser": "typescript",
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 9a5dd0b

Please sign in to comment.