File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "es3" : true ,
3
+
2
4
"additionalRules" : [],
3
5
4
6
"requireSemicolons" : true ,
13
15
14
16
"disallowSpaceAfterKeywords" : [],
15
17
18
+ "disallowSpaceBeforeComma" : true ,
19
+ "disallowSpaceBeforeSemicolon" : true ,
20
+
21
+ "disallowNodeTypes" : [
22
+ " DebuggerStatement" ,
23
+ " ForInStatement" ,
24
+ " LabeledStatement" ,
25
+ " SwitchCase" ,
26
+ " SwitchStatement" ,
27
+ " WithStatement"
28
+ ],
29
+
16
30
"requireSpacesInAnonymousFunctionExpression" : { "beforeOpeningRoundBrace" : true , "beforeOpeningCurlyBrace" : true },
17
31
"requireSpacesInNamedFunctionExpression" : { "beforeOpeningCurlyBrace" : true },
18
32
"disallowSpacesInNamedFunctionExpression" : { "beforeOpeningRoundBrace" : true },
Original file line number Diff line number Diff line change 30
30
"devDependencies" : {
31
31
"foreach" : " ^2.0.5" ,
32
32
"is" : " ^3.0.1" ,
33
- "tape" : " ^4.0.1 " ,
33
+ "tape" : " ^4.0.2 " ,
34
34
"indexof" : " ^0.0.1" ,
35
35
"covert" : " ^1.1.0" ,
36
- "jscs" : " ^1.13.1 " ,
36
+ "jscs" : " ^2.0.0 " ,
37
37
"editorconfig-tools" : " ^0.1.1" ,
38
38
"nsp" : " ^1.0.3" ,
39
- "eslint" : " ^1.0.0-rc-3 " ,
40
- "@ljharb/eslint-config" : " ^1.0.3 " ,
39
+ "eslint" : " ^1.0.0" ,
40
+ "@ljharb/eslint-config" : " ^1.0.4 " ,
41
41
"semver" : " ^5.0.1"
42
42
},
43
43
"testling" : {
You can’t perform that action at this time.
0 commit comments