mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.71k stars 846 forks source link

jsdocs #657

Open ourmaninindia opened 2 years ago

ourmaninindia commented 2 years ago

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