diff --git a/.jscs.json b/.jscs.json index 629794b7..6d9f2c8d 100644 --- a/.jscs.json +++ b/.jscs.json @@ -147,6 +147,8 @@ "requireEnhancedObjectLiterals": false, - "requireObjectDestructuring": false + "requireObjectDestructuring": false, + + "requireEarlyReturn": false } diff --git a/package.json b/package.json index 611bbf0a..8b544010 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js" }, "devDependencies": { - "eslint": "^1.10.1", + "eslint": "^1.10.3", "@ljharb/eslint-config": "^1.6.0", "jasmine-node": "^1.14.5", - "jscs": "^2.6.0", + "jscs": "^2.7.0", "uglify-js": "^2.6.1", "replace": "^0.3.0", "semver": "^5.1.0"