Add jsdocs and jsdoc generator (ref #1)

This commit is contained in:
Tulir Asokan
2017-11-25 18:32:32 +02:00
parent 8cf76092c3
commit b4eb455295
9 changed files with 240 additions and 23 deletions
+4 -2
View File
@@ -25,9 +25,11 @@
"devDependencies": {
"eslint": "4.11.x",
"eslint-config-airbnb-base": "12.1.x",
"eslint-plugin-import": "2.8.x"
"eslint-plugin-import": "2.8.x",
"jsdoc": "3.5.x"
},
"scripts": {
"fix-auth-renewal": "./scripts/fix-auth-renewal"
"fix-auth-renewal": "./scripts/fix-auth-renewal",
"gen-jsdoc": "./scripts/gen-jsdoc"
}
}