Open miki725 opened 2 years ago
Perhaps adding a rule to validate that async functions have some naming convention will be useful. For example have a* prefix. This way the caller can always determine if the function is async or not just by the name
a*
Perhaps adding a rule to validate that async functions have some naming convention will be useful. For example have
a*
prefix. This way the caller can always determine if the function is async or not just by the name