Closed as not planned
Closed as not planned
Description
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