Skip to content

feat: 0.19.0

feat: 0.19.0 #291

Triggered via pull request September 22, 2025 10:56
@nandi95nandi95
synchronize #358
feat/0.19.0
Status Success
Total duration 35s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
eslint: src/Support/EventEmitter.ts#L20
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
eslint: src/Support/Collection.ts#L394
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
eslint: src/Calliope/ModelCollection.ts#L24
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
eslint: src/Calliope/Concerns/BuildsQuery.ts#L364
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read