File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
# <!-- markdownlint-restore -->
16
16
#
17
17
18
+ default : true
19
+
18
20
# ##############
19
21
# Rules by id #
20
22
# ##############
Original file line number Diff line number Diff line change 16
16
"test:lighthouse" : " npx lighthouse http://localhost:8080/patterns/pages-sample-page/pages-sample-page.rendered.html --budget-path=.lighthouse-budget.json --view" ,
17
17
"test:webhint" : " npx hint http://localhost:8080/styleguide/html/styleguide.html" ,
18
18
"lint" : " npm-run-all -p lint:*" ,
19
- "lint:markdownlint" : " markdownlint -c .markdown-lint.yml **/*.md" ,
19
+ "lint:markdownlint" : " markdownlint -c .markdown-lint.yml ' **/*.md' " ,
20
20
"lint:stylelint" : " stylelint **/*.scss" ,
21
21
"lint:xo" : " xo" ,
22
22
"lint:html" : " npm-run-all pl:build:* lint:html:standalone" ,
You can’t perform that action at this time.
0 commit comments