From b6d5f26419f31ca51bd706e86d6748513525f862 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Wed, 15 Feb 2023 06:01:45 +0100 Subject: [PATCH 1/2] fix: markdownlint glob declaration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7799800d17..e35ad7ab33 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:lighthouse": "npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view", "test:webhint": "npx hint http://localhost:8080/styleguide/html/styleguide.html", "lint": "npm-run-all -p lint:*", - "lint:markdownlint": "markdownlint -c .markdown-lint.yml **/*.md", + "lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'", "lint:stylelint": "stylelint **/*.scss", "lint:xo": "xo", "lint:html": "npm-run-all pl:build:* lint:html:standalone", From 3dd069172d91bcfefe75cde9319f7328e0193784 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Wed, 15 Feb 2023 06:02:17 +0100 Subject: [PATCH 2/2] test(markdownlint): using the default rules --- .markdown-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.markdown-lint.yml b/.markdown-lint.yml index 25c867058e..55e17e20e4 100644 --- a/.markdown-lint.yml +++ b/.markdown-lint.yml @@ -15,6 +15,8 @@ # # +default: true + ############### # Rules by id # ###############