Skip to content

Commit 025bbec

Browse files
authored
test(markdownlint): doesn't provide correct results (#318)
* fix: markdownlint glob declaration * test(markdownlint): using the default rules
1 parent 661d5db commit 025bbec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.markdown-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# <!-- markdownlint-restore -->
1616
#
1717

18+
default: true
19+
1820
###############
1921
# Rules by id #
2022
###############

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:lighthouse": "npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view",
1717
"test:webhint": "npx hint http://localhost:8080/styleguide/html/styleguide.html",
1818
"lint": "npm-run-all -p lint:*",
19-
"lint:markdownlint": "markdownlint -c .markdown-lint.yml **/*.md",
19+
"lint:markdownlint": "markdownlint -c .markdown-lint.yml '**/*.md'",
2020
"lint:stylelint": "stylelint **/*.scss",
2121
"lint:xo": "xo",
2222
"lint:html": "npm-run-all pl:build:* lint:html:standalone",

0 commit comments

Comments
 (0)