Skip to content

Commit 00a6e93

Browse files
chore: fix lint-docs script
1 parent 6589991 commit 00a6e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build": "tsup",
4545
"lint": "yarn lint-js && yarn lint-docs && yarn lint-eslint-docs",
4646
"lint-js": "eslint",
47-
"lint-docs": "markdownlint-cli2 \"*/**.md\" \"#node_modules\"",
47+
"lint-docs": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
4848
"lint-eslint-docs": "yarn build && eslint-doc-generator --check",
4949
"docs": "eslint-doc-generator",
5050
"release": "bumpp && yarn run build",

0 commit comments

Comments
 (0)