Update prettier, eslint + plugins, flow, husky and lint-staged (#6183)
This commit is contained in:
@@ -97,7 +97,9 @@ export function ConditionalExpression() {
|
||||
}
|
||||
|
||||
export function SequenceExpression() {
|
||||
return this.get("expressions").pop().getTypeAnnotation();
|
||||
return this.get("expressions")
|
||||
.pop()
|
||||
.getTypeAnnotation();
|
||||
}
|
||||
|
||||
export function AssignmentExpression() {
|
||||
|
||||
Reference in New Issue
Block a user