Skip to content
Permalink
Browse files
Small project configurations
Added an eslintignore so that we don't get lint errors or warnings coming from jsdoc, coverage or node_modules
Added a theme to our jsdocs so it looks a bit nicer and enjoyable to read
  • Loading branch information
reisborw committed Dec 3, 2019
1 parent aab85e1 commit 456c7813ee425f109150cb271e979b06e59a90a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
@@ -0,0 +1,3 @@
docs/**
node_modules/**
coverage/**
@@ -16,6 +16,7 @@
},
"opts": {
"destination": "docs/jsdoc",
"recurse": true
"recurse": true,
"template": "node_modules/docdash"
}
}
@@ -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"
}

0 comments on commit 456c781

Please sign in to comment.