We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cac82a commit 3a794edCopy full SHA for 3a794ed
package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"scripts": {
9
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
10
- "lint:docs": "markdownlint **/*.md",
+ "lint:docs": "markdownlint '**/*.md'",
11
"lint:js": "eslint .",
12
"generate-readme-table": "node build/generate-readme-table.js",
13
"generate-release": "release-it",
0 commit comments