You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get "Unexpected token" for ejs include statements
How can I make clear that I use EJS and not for example ejx? as I also get some of those messages for no reason ( Adjacent JSX elements must be wrapped in an enclosing tag)
My config file contains as follows:
"includePattern": ".+\\.(e)js(doc)?$"
The text was updated successfully, but these errors were encountered:
I get "Unexpected token" for ejs include statements
How can I make clear that I use EJS and not for example ejx? as I also get some of those messages for no reason ( Adjacent JSX elements must be wrapped in an enclosing tag)
My config file contains as follows:
"includePattern": ".+\\.(e)js(doc)?$"
The text was updated successfully, but these errors were encountered: