### What rule do you want to change? await-async-query ### Does this change cause the rule to produce more or fewer warnings? Fewer warnings ### How will the change be implemented? Check that given node does not end with 'ByType'. ### Example code const elements = root.findAllByType('div') ### How does the current rule affect the code? promise returned from `findAllByType` query must be handled ### How will the new rule affect the code? This rule will not be applied if the query ends with 'ByType'. ### Anything else? _No response_ ### Do you want to submit a pull request to change the rule? Yes