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 45d971c commit 3931995Copy full SHA for 3931995
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 -s lint:*",
+ "lint": "npm-run-all --continue-on-error -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