I have a template file on my project and while running the eslint I am facing various issues because of it. Some of those are -
error Parsing error: Unexpected token !
error Parsing error: Unexpected token <
To overcome from that I tried to use eslint-plugin-ejs
with no help. I have visited below SO links as well -
Turning off eslint rule for a specific file
ESLint Parsing error: Unexpected token
Mysterious ESLint Parsing Error
and many more but again with no luck. Now I just want this file to be excluded from eslint but couldn't find the way to do that. Any help would be greatly appreciated.