Skip to content

Commit

Permalink
Merge 4d86ff2 into 021fa14
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clark committed Jul 29, 2015
2 parents 021fa14 + 4d86ff2 commit 043bc8d
Show file tree
Hide file tree
Showing 9 changed files with 1,440 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"quotes": [2, "single"],
"camelcase": [0],
"no-ternary": [2],
"valid-jsdoc": [2]
"valid-jsdoc": [2],
"curly": [2, "multi-line"]
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.nyc_output/
coverage/

0 comments on commit 043bc8d

Please sign in to comment.