Skip to content

Commit

Permalink
Fix prettier configuration to avoid linting errors
Browse files Browse the repository at this point in the history
Change-Type: patch
  • Loading branch information
pimterry committed Mar 5, 2018
1 parent 666b59b commit 797a739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .prettierrc
@@ -1,5 +1,5 @@
{
"single-quote": true,
"trailing-comma": "all",
"use-tabs": true
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
}

0 comments on commit 797a739

Please sign in to comment.