Version 12.0.1
Patch
- Removed the
require-awaitrule as there are valid use cases forasyncfunctions that don’t containawait, particularly around errors and rejection.
require-await rule as there are valid use cases for async functions that don’t contain await, particularly around errors and rejection.