Skip to content

Commit

Permalink
add markdownlint scripts
Browse files Browse the repository at this point in the history
Signed-off-by: naseemkullah <naseem@transit.app>
  • Loading branch information
naseemkullah committed Jan 12, 2021
1 parent 16bc9b1 commit 500669f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -20,7 +20,9 @@
"test:ci": "npm run lint && npm run unit -- --cov --coverage-report=lcovonly && npm run test:typescript",
"bench": "branchcmp -r 2 -g -s \"npm run benchmark\"",
"benchmark": "npx concurrently -k -s first \"node ./examples/simple.js\" \"npx autocannon -c 100 -d 5 -p 10 localhost:3000/\"",
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\""
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause\"",
"markdownlint": "markdownlint '**/*.md'",
"markdownlint:fix": "markdownlint '**/*.md' --fix"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -115,8 +117,8 @@
"devDependencies": {
"@hapi/joi": "^17.1.1",
"@sinonjs/fake-timers": "^6.0.1",
"@types/pino": "^6.0.1",
"@types/node": "^14.10.3",
"@types/pino": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"JSONStream": "^1.3.5",
Expand Down Expand Up @@ -149,6 +151,7 @@
"http-errors": "^1.7.1",
"ienoopen": "^1.1.0",
"license-checker": "^25.0.1",
"markdownlint": "^0.22.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"pump": "^3.0.0",
Expand Down

0 comments on commit 500669f

Please sign in to comment.