14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"source": "./octo",
|
|
"destination": "./docs",
|
|
"plugins": [
|
|
{
|
|
"name": "esdoc-standard-plugin",
|
|
"option": {
|
|
"lint": { "enable": true },
|
|
"coverage": { "enable": true }
|
|
}
|
|
},
|
|
{ "name": "esdoc-node" }
|
|
]
|
|
}
|