initialize JSDoc
This commit is contained in:
parent
a14298fa66
commit
0edfd41c13
7
.jsdoc.conf.json
Normal file
7
.jsdoc.conf.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"include": ["."],
|
||||||
|
"includePattern": ".+\\.js(doc|x)?$",
|
||||||
|
"excludePattern": "node_modules"
|
||||||
|
}
|
||||||
|
}
|
@ -8,7 +8,8 @@
|
|||||||
"start": "node .",
|
"start": "node .",
|
||||||
"deploy": "node deploy.js",
|
"deploy": "node deploy.js",
|
||||||
"lint": "prettier --check . && eslint .",
|
"lint": "prettier --check . && eslint .",
|
||||||
"format": "prettier --write ."
|
"format": "prettier --write .",
|
||||||
|
"jsdoc": "jsdoc -c ./.jsdoc.conf.json -d docs/ -r ."
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
Loading…
Reference in New Issue
Block a user