Epic: #1229 · Type: CODE · Estimate: 0.05 day (~5 min) · Priority: Low (lint cleanup, not blocking)
Issue
src/components/airdrop/StorylineSprintBanner.tsx:19 — lint error per RE1 r40 verification (npm run lint reports it; specific error TBD upon investigation but file location confirmed).
Fix
Run npm run lint locally, identify the error, fix it. Likely candidates:
- Unused variable
- Missing dependency in useEffect
- Unsafe
any type
Acceptance
Found via
RE1 round-40 audit (npm run lint failed; airdrop-specific portion isolated to this file).
Epic: #1229 · Type: CODE · Estimate: 0.05 day (~5 min) · Priority: Low (lint cleanup, not blocking)
Issue
src/components/airdrop/StorylineSprintBanner.tsx:19— lint error per RE1 r40 verification (npm run lintreports it; specific error TBD upon investigation but file location confirmed).Fix
Run
npm run lintlocally, identify the error, fix it. Likely candidates:anytypeAcceptance
npm run lintno longer reports errors inStorylineSprintBanner.tsxnpm run linthas separate errors fromcontracts/lib/vendored code — those are unrelated and handled by T2.12's Foundry fix)Found via
RE1 round-40 audit (
npm run lintfailed; airdrop-specific portion isolated to this file).