Issue with using async/await inside a custom ESLint rule’s callback function
I’m encountering an issue with integrating async/await operations within a custom ESLint rule. Here’s a simplified version of my code:
I’m encountering an issue with integrating async/await operations within a custom ESLint rule. Here’s a simplified version of my code: