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 many messages with "Adjacent JSX elements must be wrapped in an enclosing tag." while I use ejs. Is there a way in jsdocs to make it clear not to harrass me with jsx messages?
My jsdoc config starts as follows:
"_comment": "Configuration file for JSDoc.",
"source": {
"includePattern": ".+\.(e)js(doc)?$",
I also get Unexpected token (5:9) for ejs "include" statements
The text was updated successfully, but these errors were encountered:
I get many messages with "Adjacent JSX elements must be wrapped in an enclosing tag." while I use ejs. Is there a way in jsdocs to make it clear not to harrass me with jsx messages?
My jsdoc config starts as follows:
"_comment": "Configuration file for JSDoc.",
"source": {
"includePattern": ".+\.(e)js(doc)?$",
I also get Unexpected token (5:9) for ejs "include" statements
The text was updated successfully, but these errors were encountered: