Pattern: Use of callback instead of async/await Issue: - Description Prefer async/await to the callback pattern. Further Reading eslint-plugin-promise - prefer-await-to-callbacks