Skip to content

Commit 3cbf28a

Browse files
committed
[Dev Deps] update tape, jscs, eslint, @ljharb/eslint-config
1 parent b03d8e9 commit 3cbf28a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: .jscs.json

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"WithStatement"
2828
],
2929

30+
"requireObjectKeysOnNewLine": false,
31+
3032
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
3133
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
3234
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
@@ -117,6 +119,8 @@
117119

118120
"disallowArrowFunctions": true,
119121

122+
"disallowMultiLineTernary": true,
123+
120124
"validateOrderInObjectKeys": "asc-insensitive"
121125
}
122126

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"devDependencies": {
3030
"foreach": "^2.0.5",
3131
"is": "^3.1.0",
32-
"tape": "^4.2.0",
32+
"tape": "^4.2.1",
3333
"indexof": "^0.0.1",
3434
"covert": "^1.1.0",
35-
"jscs": "^2.1.1",
35+
"jscs": "^2.2.1",
3636
"nsp": "^1.1.0",
37-
"eslint": "^1.5.1",
38-
"@ljharb/eslint-config": "^1.2.0",
37+
"eslint": "^1.6.0",
38+
"@ljharb/eslint-config": "^1.3.0",
3939
"semver": "^5.0.3"
4040
},
4141
"testling": {

0 commit comments

Comments
 (0)