From 3cbf28a185ced940cfce8a09fa8479cc83575876 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 6 Oct 2015 00:12:48 -0700 Subject: [PATCH] [Dev Deps] update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config` --- .jscs.json | 4 ++++ package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.jscs.json b/.jscs.json index 040bb68..2f159dc 100644 --- a/.jscs.json +++ b/.jscs.json @@ -27,6 +27,8 @@ "WithStatement" ], + "requireObjectKeysOnNewLine": false, + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, @@ -117,6 +119,8 @@ "disallowArrowFunctions": true, + "disallowMultiLineTernary": true, + "validateOrderInObjectKeys": "asc-insensitive" } diff --git a/package.json b/package.json index 3b9091b..74ea764 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,13 @@ "devDependencies": { "foreach": "^2.0.5", "is": "^3.1.0", - "tape": "^4.2.0", + "tape": "^4.2.1", "indexof": "^0.0.1", "covert": "^1.1.0", - "jscs": "^2.1.1", + "jscs": "^2.2.1", "nsp": "^1.1.0", - "eslint": "^1.5.1", - "@ljharb/eslint-config": "^1.2.0", + "eslint": "^1.6.0", + "@ljharb/eslint-config": "^1.3.0", "semver": "^5.0.3" }, "testling": {