File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ module.exports = {
2222 disallowSpacesInsideParentheses : true ,
2323 requireSpacesInsideObjectBrackets : 'all' ,
2424 disallowQuotedKeysInObjects : 'allButReserved' ,
25- disallowDanglingUnderscores : true ,
2625 disallowSpaceAfterObjectKeys : true ,
2726 requireCommaBeforeLineBreak : true ,
2827 requireOperatorBeforeLineBreak : true ,
@@ -39,7 +38,6 @@ module.exports = {
3938 mark : '\'' ,
4039 escape : true
4140 } ,
42- validateIndentation : 4 ,
4341 disallowMixedSpacesAndTabs : true ,
4442 disallowTrailingWhitespace : true ,
4543 disallowKeywordsOnNewLine : [ 'else' , 'catch' ] ,
Original file line number Diff line number Diff line change 66 "forin" : true ,
77 "freeze" : true ,
88 "immed" : true ,
9- "latedef" : true ,
9+ "latedef" : " nofucn " ,
1010 "noarg" : true ,
1111 "noempty" : true ,
1212 "nonbsp" : true ,
Original file line number Diff line number Diff line change 55 "forin" : true ,
66 "freeze" : true ,
77 "immed" : true ,
8- "latedef" : true ,
8+ "latedef" : " nofucn " ,
99 "noarg" : true ,
1010 "noempty" : true ,
1111 "nonbsp" : true ,
You can’t perform that action at this time.
0 commit comments