Skip to content

Commit

Permalink
Add support for prettier
Browse files Browse the repository at this point in the history
The tests are a work in progress (with respect to reformatting) and are
currently ignored by prettier.
  • Loading branch information
jhlywa committed Sep 29, 2018
1 parent a25d0b6 commit 5850670
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 213 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"parser": "babylon"
}
Loading

0 comments on commit 5850670

Please sign in to comment.