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

@@ -23,7 +23,7 @@ export default async function () {
}
parts.pop();
} while(parts.length);
} while (parts.length);
return [false, "Found no .babelrc config"];
}