eslint: add space-after-keywords
This commit is contained in:
@@ -175,7 +175,7 @@ function getConditionalAnnotation(path, name) {
|
||||
let type = inferAnnotationFromBinaryExpression(name, path);
|
||||
if (type) types.push(type);
|
||||
}
|
||||
} while(paths.length);
|
||||
} while (paths.length);
|
||||
|
||||
if (types.length) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user