diff --git a/package.json b/package.json index 1ab5e9d..e067e98 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "scripts": { "build": "rimraf ./build && tsc", - "markdownlint": "markdownlint '**/*.md' --ignore node_modules", + "markdownlint": "markdownlint '**/*.md' --dot --ignore node_modules", "lint": "ts-standard | snazzy", "format": "ts-standard --fix | snazzy", "release": "release-it", @@ -100,7 +100,7 @@ "express": "4.17.1", "husky": "5.1.3", "jest": "26.6.3", - "markdownlint-cli": "0.26.0", + "markdownlint-cli": "0.27.0", "pinst": "2.1.6", "release-it": "14.4.1", "rimraf": "3.0.2",