-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
37 lines (37 loc) · 1.04 KB
/
jsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"opts": {
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"template": "node_modules/@escommunity/minami"
},
"source": {
"include": [
"./index.js",
"./bin/index.js",
"./src/ast.js",
"./src/messages.js",
"./src/utils.js",
"./src/severities.js",
"./src/files/index.js",
"./src/files/commitlint.js",
"./src/files/editorconfig.js",
"./src/files/eslint.js",
"./src/files/gitignore.js",
"./src/files/jsdoc.js",
"./src/files/npmignore.js",
"./src/files/npmrc.js",
"./src/files/package.js",
"./src/files/readme.js",
"./src/files/travis.js",
"./src/files/eslintignore.js",
"./src/files/gyp.js"
],
"exclude": [
"node_modules",
"client"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
}
}