Skip to content

Commit

Permalink
[Dev Deps] update chai, es5-shim, jscs, mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 7, 2016
1 parent 8f6ceeb commit 4b33a95
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 70 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@

"requireObjectDestructuring": false,

"requireEarlyReturn": false
"requireEarlyReturn": false,

"requireCapitalizedConstructorsNew": {
"allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array", "OrigNumber"]
}
}

Loading

0 comments on commit 4b33a95

Please sign in to comment.