Skip to content

Commit 000878f

Browse files
committed
Show all lint errors, not just the first package to fail
1 parent fd5ce55 commit 000878f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "pnpm build:packages",
99
"dev": "turbo dev",
1010
"test": "turbo test --concurrency=1",
11-
"lint": "turbo lint",
11+
"lint": "turbo lint --continue",
1212
"format": "prettier --list-different --write \"**/*.{ts,tsx,md}\"",
1313
"typecheck": "turbo typecheck",
1414
"postinstall": "lefthook install",

0 commit comments

Comments
 (0)