Skip to content

Commit

Permalink
remove prettier parser to support json
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 Jun 19, 2020
1 parent afa8930 commit 81e40d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/app-template-react-typescript/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"parser": "typescript",
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 81e40d5

Please sign in to comment.