Skip to content

Commit

Permalink
[Dev Deps] update jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 23, 2016
1 parent 810f62b commit 4aa1699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@

"requireObjectDestructuring": false,

"requireEarlyReturn": false
"requireEarlyReturn": false,

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"tape": "^4.4.0",
"covert": "^1.1.0",
"jscs": "^2.8.0",
"jscs": "^2.9.0",
"editorconfig-tools": "^0.1.1",
"nsp": "^2.2.0",
"eslint": "^1.10.3",
Expand Down

0 comments on commit 4aa1699

Please sign in to comment.