Skip to content

Simplify inserting ITAD prices #926

Simplify inserting ITAD prices

Simplify inserting ITAD prices #926

Triggered via push April 24, 2024 18:40
Status Failure
Total duration 28s
Artifacts

run-eslint.yml

on: push
run-eslint
21s
run-eslint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L14
Missing accessibility modifier on method definition storePageData
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L14
Functions that return promises must be async
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L15
Unsafe assignment of an `any` value
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L19
Missing accessibility modifier on method definition expireStorePageData
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L19
Functions that return promises must be async
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L20
Invalid type "any" of template literal expression
run-eslint: src/js/Background/Modules/AugmentedSteam/AugmentedSteamApi.ts#L23
Missing accessibility modifier on method definition rates
run-eslint: src/js/Background/Modules/Community/SteamCommunityApi.ts#L138
Blocks are nested too deeply (5). Maximum allowed is 4
run-eslint: src/js/Content/Features/Common/FHighlightsTags.js#L35
Static async method 'highlightAndTag' has a complexity of 50. Maximum allowed is 20