Skip to content

Commit

Permalink
Add prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Nov 20, 2019
1 parent f7c36df commit 79a2747
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/
.git/
coverage/
lib/
public/
**/*.html
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"arrowParens": "always",
"endOfLine": "lf",
"proseWrap": "always",
"singleQuote": true,
"tabWidth": 2
}

0 comments on commit 79a2747

Please sign in to comment.