brainspan
Version:
When dealing with units of measure, Brainspan does the thinking so you don't have to.
29 lines (28 loc) • 818 B
JSON
{
"source": "./",
"destination": "./docs",
"excludes": ["docs", "node_modules", "coverage", "__tests__"],
"plugins": [
{ "name": "esdoc-node" },
{
"name": "esdoc-standard-plugin",
"option": {
"lint": { "enable": true },
"coverage": { "enable": true },
"accessor": {
"access": ["public", "protected", "private"],
"autoPrivate": true
},
"undocumentIdentifier": { "enable": true },
"unexportedIdentifier": { "enable": false },
"typeInference": { "enable": true },
"test": {
"source": "./__tests__/",
"interfaces": ["describe", "it", "context", "suite", "test"],
"includes": ["(spec|Spec|test|Test)\\.js$"],
"excludes": ["\\.config\\.js$"]
}
}
}
]
}