Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Apr 27, 2015
2 parents 63ad0dc + a07f83b commit c3a7afa
Show file tree
Hide file tree
Showing 25 changed files with 642 additions and 568 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"dot-notation":[2, {"allowKeywords": false}],
"space-unary-ops":0,
"key-spacing":0,
"no-empty":2
"no-empty":2,
"brace-style": [1, "stroustrup", { "allowSingleLine": true }],
"space-after-keywords": [2, "always"],
"no-space-before-semi": 0
}
}
Loading

0 comments on commit c3a7afa

Please sign in to comment.