Skip to content

Commit

Permalink
CLI: Remove exclude and include patterns from jsdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
mainnika committed Nov 5, 2017
1 parent 952c7d1 commit a2c72c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cli/lib/tsd-jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"tags": {
"allowUnknownTags": false
},
"source": {
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"./tsd-jsdoc/plugin"
],
Expand All @@ -20,4 +15,4 @@
"comments" : true,
"destination" : false
}
}
}

0 comments on commit a2c72c0

Please sign in to comment.