We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0741c commit 8f4d6f7Copy full SHA for 8f4d6f7
examples/styleGuide.js
@@ -26,7 +26,6 @@
26
}
27
28
var anotherFun = function(a, b, c) {
29
- // TODO: Should wrap to one line or indent properly
30
return a == "a" ||
31
b == "b" ||
32
c == "c";
@@ -58,7 +57,6 @@
58
57
} else if (that) {
59
then(this);
60
61
- // TODO: This `else` comment should align with the subsequent statement
62
} else {
63
console.error("Wat?");
64
@@ -88,11 +86,9 @@
88
86
myVar.toString() +
89
87
'</li>');
90
91
- // TODO: Wrap + indent accessor expression
92
var myVar = new myVarTypes[
93
'A type']();
94
95
- // TODO: Indent call args if wrapped
96
callFunc(
97
'An arg',
98
'Another arg',
@@ -108,7 +104,6 @@
108
104
return;
109
105
110
106
111
- // TODO: Should indent to same level as `var`
112
107
var nestedObjects = [{
113
a: true
114
}, {
0 commit comments