diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..fd154f0 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +docs/** +node_modules/** +coverage/** \ No newline at end of file diff --git a/jsdoc.conf b/jsdoc.conf index 86de13a..2c21307 100644 --- a/jsdoc.conf +++ b/jsdoc.conf @@ -16,6 +16,7 @@ }, "opts": { "destination": "docs/jsdoc", - "recurse": true + "recurse": true, + "template": "node_modules/docdash" } } \ No newline at end of file diff --git a/package.json b/package.json index 6168314..0f04fe5 100644 --- a/package.json +++ b/package.json @@ -51,19 +51,20 @@ "sqlite3": "^4.1.0" }, "devDependencies": { + "cucumber": "^5.1.0", + "docdash": "^1.1.1", "eslint": "^5.16.0", + "featurebook": "0.0.32", "handlebars-validate": "^0.1.2", "http-status-codes": "^1.3.2", "jest": "^24.1.0", + "jest-cucumber": "^2.0.11", + "jest-image-snapshot": "^2.11.0", + "jest-puppeteer": "^4.3.0", "jsdoc": "^3.6.3", "jsdoc-route-plugin": "^0.1.0", "markdownlint": "^0.17.0", "nodemon": "^1.19.4", - "cucumber": "^5.1.0", - "featurebook": "0.0.32", - "jest-cucumber": "^2.0.11", - "jest-image-snapshot": "^2.11.0", - "jest-puppeteer": "^4.3.0", "puppeteer": "^1.20.0", "supertest": "^4.0.2" }