Skip to content

Commit b32320e

Browse files
committed
chore: show lint summary for ci
1 parent 856749f commit b32320e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"indentWidth": 2,
3737
"lineWidth": 130,
3838
"lineEnding": "lf",
39-
"formatWithErrors": false
39+
"formatWithErrors": false,
40+
"trailingNewline": true
4041
},
4142
"javascript": {
4243
"formatter": {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"test": "turbo run test",
1616
"test:ci": "turbo run test --filter=!shadow-objects-e2e",
1717
"lint": "biome check .",
18+
"lint:ci": "biome check . --reporter=summary",
1819
"lint:fix": "biome check . --write",
1920
"format": "biome format . --write",
2021
"typecheck": "turbo run typecheck",
2122
"clean": "turbo run clean && rimraf dist node_modules/.cache .turbo",
2223
"cbt": "pnpm clean && pnpm build && pnpm test",
23-
"ci": "turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint",
24+
"ci": "turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint:ci",
2425
"dev": "turbo run dev --filter=@spearwolf/shae-offscreen-canvas",
2526
"start": "pnpm dev",
2627
"make:todo": "node scripts/makeTODO.mjs TODO.md",

packages/shadow-objects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@
9292
"@spearwolf/eventize": "catalog:",
9393
"@spearwolf/signalize": "catalog:"
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)