Skip to content

yesley/esdoc-external-events-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESDoc External DOM Events Plugin

Add links to DOM Event interfaces definitions in MDN documentation

Install

npm install esdoc-external-events-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [{
      "name": "esdoc-external-events-plugin",
      "option": { "enable": true }
  }]
}

enable is default true.

LICENSE

MIT

Author

Yaroslav "Yesley" Kovalev