@enterthenamehere/esdoc-undocumented-identifier-plugin
Version:
A undocumented identifier plugin for ESDoc
29 lines (22 loc) • 626 B
Markdown
# ESDoc Undocumented Identifier Plugin
Use with updated [EnterTheNameHere/esdoc-monorepo](https://github.com/EnterTheNameHere/esdoc-monorepo).
Original esdoc is [here](https://github.com/esdoc/esdoc).
## Install
```bash
npm install @enterthenamehere/esdoc-undocumented-identifier-plugin
```
## Config
```json
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-undocumented-identifier-plugin", "option": {"enable": true}}
]
}
```
`enable` is default `true`.
## LICENSE
MIT
## Author
[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)