Is there a way to use ESlint with Express while maintaining the no-unused-vars
rule?
After enabling ESlint, I am encountering the following issue:
https://i.stack.imgur.com/7841z.png
I am interested in disabling the no-unused-vars
rule exclusively for express functions. Is there a solution to achieve this?