From 23aa6ee27b33fb968eae7c76ae8f0d110b054720 Mon Sep 17 00:00:00 2001 From: blond Date: Sat, 16 Jan 2016 02:26:00 +0300 Subject: [PATCH] Updated jscs --- .jscs.js | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.jscs.js b/.jscs.js index c594fe2..1d80d48 100644 --- a/.jscs.js +++ b/.jscs.js @@ -49,11 +49,6 @@ module.exports = { requireCapitalizedConstructors: true, safeContextKeyword: ['_this'], disallowYodaConditions: true, - validateJSDoc: { - checkParamNames: true, - checkRedundantParams: true, - requireParamTypes: true - }, requireSpaceAfterLineComment: true, disallowNewlineBeforeBlockStatements: true }; diff --git a/package.json b/package.json index d64344d..cef9115 100644 --- a/package.json +++ b/package.json @@ -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",