UNPKG

333 BJSONView Raw
1{
2 "source": "src",
3 "destination": "docs/docs",
4 "plugins": [{
5 "name": "esdoc-standard-plugin",
6 "option": {
7 "lint": {"enable": false},
8 "accessor": {
9 "access": ["public", "protected"],
10 "autoPrivate": true
11 }
12 }
13 }]
14}