-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesdoc.json
More file actions
27 lines (27 loc) · 760 Bytes
/
esdoc.json
File metadata and controls
27 lines (27 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": true},
"coverage": {"enable": true},
"accessor": {"access": ["public"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"title": "jseventqueue Library",
"description": "Async event queue",
"repository": "https://github.com/Kirusi/jseventqueue",
"site": "https://github.com/Kirusi/jseventqueue",
"author": "https://github.com/Kirusi"
}
}
},
{
"name": "esdoc-node"
}
]
}