Skip to content

Commit 3a794ed

Browse files
authored
Chore: Fix markdownlint glob path (#200)
1 parent 7cac82a commit 3a794ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"scripts": {
99
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
10-
"lint:docs": "markdownlint **/*.md",
10+
"lint:docs": "markdownlint '**/*.md'",
1111
"lint:js": "eslint .",
1212
"generate-readme-table": "node build/generate-readme-table.js",
1313
"generate-release": "release-it",

0 commit comments

Comments
 (0)