Skip to content

Commit

Permalink
Updated jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Jan 15, 2016
1 parent 4460982 commit 23aa6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .jscs.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ module.exports = {
requireCapitalizedConstructors: true,
safeContextKeyword: ['_this'],
disallowYodaConditions: true,
validateJSDoc: {
checkParamNames: true,
checkRedundantParams: true,
requireParamTypes: true
},
requireSpaceAfterLineComment: true,
disallowNewlineBeforeBlockStatements: true
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"enb": ">= 0.16.0 < 2.0.0",
"fs-extra": "0.26.4",
"istanbul": "0.4.2",
"jscs": "1.13.1",
"jscs": "2.8.0",
"jshint": "2.9.1",
"mocha": "2.3.4",
"mock-enb": "0.3.0",
Expand Down

0 comments on commit 23aa6ee

Please sign in to comment.