Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade committed Jan 31, 2020
1 parent 0511841 commit 6c979cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"tabWidth": 2
}
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^6.1.4",
"prettier": "^1.19.1",
"wct-mocha": "^1.0.1"
}
}

0 comments on commit 6c979cc

Please sign in to comment.