Skip to content

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

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

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

Triggered via push April 2, 2026 10:49
Status Failure
Total duration 6m 41s
Artifacts

ci.yml

on: push
Matrix: test
coveralls
5s
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(…)`