better JSDoc config
This commit is contained in:
parent
fe211b7055
commit
d7bef27f52
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
"include": ["."],
|
"include": ["."],
|
||||||
"includePattern": ".+\\.js(doc|x)?$",
|
"exclude": [
|
||||||
"excludePattern": "node_modules"
|
"node_modules",
|
||||||
|
"commands/examples"
|
||||||
|
],
|
||||||
|
"includePattern": ".+\\.js(doc|x)?$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user