File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 27
27
" WithStatement"
28
28
],
29
29
30
+ "requireObjectKeysOnNewLine" : false ,
31
+
30
32
"requireSpacesInAnonymousFunctionExpression" : { "beforeOpeningRoundBrace" : true , "beforeOpeningCurlyBrace" : true },
31
33
"requireSpacesInNamedFunctionExpression" : { "beforeOpeningCurlyBrace" : true },
32
34
"disallowSpacesInNamedFunctionExpression" : { "beforeOpeningRoundBrace" : true },
117
119
118
120
"disallowArrowFunctions" : true ,
119
121
122
+ "disallowMultiLineTernary" : true ,
123
+
120
124
"validateOrderInObjectKeys" : " asc-insensitive"
121
125
}
122
126
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"foreach" : " ^2.0.5" ,
31
31
"is" : " ^3.1.0" ,
32
- "tape" : " ^4.2.0 " ,
32
+ "tape" : " ^4.2.1 " ,
33
33
"indexof" : " ^0.0.1" ,
34
34
"covert" : " ^1.1.0" ,
35
- "jscs" : " ^2.1 .1" ,
35
+ "jscs" : " ^2.2 .1" ,
36
36
"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" ,
39
39
"semver" : " ^5.0.3"
40
40
},
41
41
"testling" : {
You can’t perform that action at this time.
0 commit comments