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 dcf7d10 commit 45d971cCopy full SHA for 45d971c
package.json
@@ -14,7 +14,7 @@
14
"build": "tsup",
15
"format": "prettier --write .",
16
"format:check": "prettier --check .",
17
- "lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
+ "lint": "npm-run-all --continue-on-error --aggregate-output -s lint:*",
18
"lint:docs": "markdownlint \"**/*.md\"",
19
"lint:eslint-docs": "npm-run-all -s build \"update:eslint-docs -- --check\"",
20
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",
0 commit comments