Skip to content

Commit

Permalink
feat: add parser option & update config
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 27, 2018
1 parent 13ceb68 commit 96a7b5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"parser": "typescript",
"printWidth": 100,
"singleQuote": true,
"tabWidth": 4,
"semi": false,
"trailingComma": "es5"
}
"trailingComma": "es5",
"arrowParens": "avoid"
}

0 comments on commit 96a7b5b

Please sign in to comment.