Skip to content

Update dependency @rubensworks/eslint-config to v1.2.0 - autoclosed #768

Update dependency @rubensworks/eslint-config to v1.2.0 - autoclosed

Update dependency @rubensworks/eslint-config to v1.2.0 - autoclosed #768

Triggered via pull request January 8, 2026 14:15
Status Failure
Total duration 9m 32s
Artifacts

ci.yml

on: pull_request
Matrix: test
coveralls
4s
coveralls
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: lib/preprocess/ConfigPreprocessorOverride.ts#L234
Prefer `.at(…)` over `[….length - index]`
lint: lib/preprocess/ConfigPreprocessorOverride.ts#L178
Prefer `.at(…)` over `[….length - index]`
lint: lib/preprocess/ConfigPreprocessorOverride.ts#L161
Prefer `.at(…)` over `[….length - index]`
lint: lib/preprocess/ConfigPreprocessorOverride.ts#L151
Prefer `.at(…)` over `[….length - index]`
lint: lib/preprocess/ConfigPreprocessorComponent.ts#L293
Unexpected `if` as the only statement in a `if` block without `else`
lint: lib/loading/ComponentRegistry.ts#L40
Do not pass function directly to `.flatMap(…)`
lint: lib/construction/strategy/ConstructionStrategyCommonJsString.ts#L57
Prefer `String#replaceAll()` over `String#replace()`
lint: lib/construction/strategy/ConstructionStrategyCommonJs.ts#L88
Prefer `Object.fromEntries()` over `Array#reduce()`
lint: lib/construction/strategy/ConstructionStrategyCommonJs.ts#L76
Unexpected `if` as the only statement in a `if` block without `else`
lint: lib/construction/strategy/ConstructionStrategyCommonJs.ts#L60
Prefer the spread operator over `Array#concat(…)`