summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2020-07-10 19:59:32 +0200
committerGitHub2020-07-10 19:59:32 +0200
commit3db8b0df43b027d15d13047e25617266ddc57f13 (patch)
treeda64f90f7cd4ab4c1deaf67a572a45c2a583dc7e /package.json
parent0b7dbd1f43899b4321ddf41bf98a64a7bd5fa48d (diff)
parent89895cef2e5785134bf1fdcc9c8813831c07f17b (diff)
Merge pull request #410 from oupala/feature/markdown-linting
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3477a404..e486d680 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"test": "npm run-script eslint && npm run-script jsonlint && npm run-script mocha-suite",
"eslint": "node_modules/.bin/eslint --max-warnings 0 lib public test app.js",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
+ "markdownlint": "remark .",
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
@@ -193,6 +194,8 @@
"mocha": "^5.2.0",
"mock-require": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.3",
+ "remark-cli": "^8.0.0",
+ "remark-preset-lint-markdown-style-guide": "^3.0.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
"style-loader": "^1.0.0",