UNPKG

esdoc-lint-plugin

Version:
26 lines (20 loc) 341 B
# ESDoc Lint Plugin ## Install ```bash npm install esdoc-lint-plugin ``` ## Config ```json { "source": "./src", "destination": "./doc", "plugins": [ {"name": "esdoc-lint-plugin", "option": {"enable": true}} ] } ``` `enable` is default `true` ## LICENSE MIT ## Author [Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)