Skip to content

Commit

Permalink
Make .prettierrc JSON compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jul 17, 2019
1 parent 79b8e88 commit fd5fbe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .prettierrc
@@ -1,6 +1,6 @@
{
printWidth: 90,
tabWidth: 2,
singleQuote: true,
bracketSpacing: false
"printWidth": 90,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": false
}

0 comments on commit fd5fbe1

Please sign in to comment.