From 5a02e25f8661ad184a7eddd3441950934b787c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:44:26 +0100 Subject: [PATCH] build(deps-dev): bump markdownlint-cli from 0.26.0 to 0.27.0 (#55) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",