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 83f7647 commit 68de469Copy full SHA for 68de469
package.json
@@ -40,8 +40,8 @@
40
"changelog": "lerna-changelog",
41
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
42
"lint:docs": "markdownlint \"**/*.md\"",
43
- "lint:docs:fix": "npm-run-all \"lint:docs -- --fix\"",
44
- "lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
+ "lint:docs:fix": "pnpm lint:docs --fix",
+ "lint:eslint-docs": "pnpm update:eslint-docs --check",
45
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
46
"lint:fix": "npm-run-all \"lint:*:fix\"",
47
"lint:js": "eslint .",
0 commit comments