Hardcode to double quotes, indent to 2 spaces (#5824)
This commit is contained in:
@@ -6,7 +6,7 @@ var args = [1, 2, 3];
|
||||
var obj = { obj: { fn } };
|
||||
|
||||
switch (true) {
|
||||
case true:
|
||||
(_obj$obj = obj.obj).fn.apply(_obj$obj, args);
|
||||
break;
|
||||
}
|
||||
case true:
|
||||
(_obj$obj = obj.obj).fn.apply(_obj$obj, args);
|
||||
break;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
bar() {
|
||||
super.bar.apply(this, [arg1, arg2].concat(babelHelpers.toConsumableArray(args)));
|
||||
}
|
||||
}
|
||||
bar() {
|
||||
super.bar.apply(this, [arg1, arg2].concat(babelHelpers.toConsumableArray(args)));
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
bar() {
|
||||
super.bar.apply(this, babelHelpers.toConsumableArray(args));
|
||||
}
|
||||
}
|
||||
bar() {
|
||||
super.bar.apply(this, babelHelpers.toConsumableArray(args));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user