Reactjs – 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: module.exports = { meta: { type: "problem", docs: { description: "This rule checks if any vulnerabilities appear in an imported…