Skip to content

Commit

Permalink
chore: adds prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 7, 2019
1 parent 1658677 commit ce18cb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"useTabs": false,
"semi": true,
"trailingComma": "none",
"arrowParens": "always",
"singleQuote": true
}

0 comments on commit ce18cb2

Please sign in to comment.