diff --git a/.jscs.json b/.jscs.json index 94e2eac..2166749 100644 --- a/.jscs.json +++ b/.jscs.json @@ -113,6 +113,8 @@ "disallowArrowFunctions": true, + "disallowMultiLineTernary": true, + "validateOrderInObjectKeys": "asc-insensitive" } diff --git a/package.json b/package.json index 9ada03d..9b34156 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "tape": "^4.2.0", "array-map": "^0.0.0", "covert": "^1.1.0", - "jscs": "^2.1.1", + "jscs": "^2.2.1", "nsp": "^1.1.0", - "eslint": "^1.5.0", + "eslint": "^1.5.1", "@ljharb/eslint-config": "^1.2.0", "@es-shims/api": "^1.0.0" },