We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589991 commit 00a6e93Copy full SHA for 00a6e93
package.json
@@ -44,7 +44,7 @@
44
"build": "tsup",
45
"lint": "yarn lint-js && yarn lint-docs && yarn lint-eslint-docs",
46
"lint-js": "eslint",
47
- "lint-docs": "markdownlint-cli2 \"*/**.md\" \"#node_modules\"",
+ "lint-docs": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
48
"lint-eslint-docs": "yarn build && eslint-doc-generator --check",
49
"docs": "eslint-doc-generator",
50
"release": "bumpp && yarn run build",
0 commit comments