Skip to content

Commit

Permalink
style: remove Prettier parser (#45)
Browse files Browse the repository at this point in the history
Prettier seems to understand the difference between .js, .ts etc.
Maybe this can solve some issues (like the conversion from Yaml to
gibberish with PrettierCI)?

PS: We need this config even if it is completely empty to override
~/.prettierrc.json.
  • Loading branch information
Thomaash committed Aug 11, 2019
1 parent c545b52 commit 950b00d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .prettierrc.json
@@ -1,3 +1 @@
{
"parser": "typescript"
}
{}

0 comments on commit 950b00d

Please sign in to comment.