Skip to content

Commit

Permalink
a more explicit .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adampash committed Feb 1, 2019
1 parent c6f42c1 commit 15f7fa1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"trailingComma": "es5",
"semi": true,
"singleQuote": true
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "avoid"
}

0 comments on commit 15f7fa1

Please sign in to comment.