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.
2 parents 04440c5 + e3eb8a7 commit 4217189Copy full SHA for 4217189
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"changelog": "lerna-changelog",
39
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel \"lint:!(fix)\"",
40
"lint:docs": "markdownlint \"**/*.md\"",
41
- "lint:docs:fix": "npm-run-all \"update:docs -- --fix\"",
+ "lint:docs:fix": "npm-run-all \"lint:docs -- --fix\"",
42
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
43
"lint:eslint-docs:fix": "npm-run-all \"update:eslint-docs\"",
44
"lint:fix": "npm-run-all \"lint:*:fix\"",
0 commit comments