This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Fix/hero sphere #195
checks.yml
on: pull_request
Typecheck, lint
/
Lint, typecheck
59s
Release
/
Release
1m 14s
Tests
/
test
34s
Annotations
3 errors
(@typescript-eslint/no-unused-vars): 'FAST_BLACK_COLOR_RGBA' is defined but never used.:
landing/fragments/landing-hero/src/landing-hero.component.tsx#L17
'FAST_BLACK_COLOR_RGBA' is defined but never used.
|
(prefer-const): 'color' is never reassigned. Use 'const' instead.:
landing/fragments/landing-hero/src/landing-hero.component.tsx#L42
'color' is never reassigned. Use 'const' instead.
|
|