ESDoc Undocumented Identifier Plugin
Install
npm install esdoc-undocumented-identifier-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{
"name": "@itsjamie/esdoc-undocumented-identifier-plugin",
"option": {"enable": true}
}
]
}
enable
is default true
.
LICENSE
MIT