mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
- don't try to create conf.json if it doesn't exist (resolves a permissions issue when installing with npm -g) - add default values for recently added properties (hopefully fixes Travis CI build)
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [],
|
|
"templates": {
|
|
"docletFormat": "taffydb",
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"jsVersion": 180
|
|
} |