eslint: add space-after-keywords

This commit is contained in:
Henry Zhu
2015-12-06 11:30:07 -05:00
parent f52b8f9e99
commit d06cfe63c2
10 changed files with 17 additions and 16 deletions

View File

@@ -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 {