Skip to content

Commit

Permalink
Merge pull request graphql#97 from wincent/glh/lint-fix
Browse files Browse the repository at this point in the history
Suppress lint
  • Loading branch information
wincent committed Mar 29, 2017
2 parents 60b93cb + 275f2d3 commit 62d2f14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -391,7 +391,7 @@ async function readAllGraphQLFiles(
mtime: fileInfo.mtime,
size: fileInfo.size,
})));
await Promise.all(promises); // eslint-disable-line no-await-in-loop
await Promise.all(promises); // eslint-disable-line babel/no-await-in-loop
}

return processGraphQLFiles(responses);
Expand Down

0 comments on commit 62d2f14

Please sign in to comment.