Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: no-floating-promises (projen#1628)
Using `yarn eslint` I noticed a rule break defined here https://github.com/projen/projen/blob/main/.eslintrc.json#L95 https://typescript-eslint.io/rules/no-floating-promises/ ``` Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.eslint[@typescript-eslint/no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises) ``` --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information