Skip to content

better linting standards #2

better linting standards

better linting standards #2

Triggered via pull request December 7, 2025 02:50
Status Failure
Total duration 4m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint & Type Check: .source/index.ts#L11
Insert `;`
Lint & Type Check: .source/index.ts#L10
Insert `;`
Lint & Type Check: .source/index.ts#L9
Insert `;`
Lint & Type Check: .source/index.ts#L8
Insert `;`
Lint & Type Check: .source/index.ts#L7
Insert `;`
Lint & Type Check: .source/index.ts#L6
Insert `;`
Lint & Type Check: .source/index.ts#L5
Insert `;`
Lint & Type Check: .source/index.ts#L4
Insert `;`
Lint & Type Check: .source/index.ts#L3
Insert `;`
Lint & Type Check: .source/index.ts#L2
Insert `;`
Lint & Type Check: app/(home)/hackathon_bba/page.tsx#L15
'Mail' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/hackathon_bba/page.tsx#L9
'Lightbulb' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/hackathon_bba/page.tsx#L8
'Link2' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/grants/retro9000/page.tsx#L9
'arrowColor' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/explorer/[chainSlug]/page.tsx#L2
'notFound' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/explorer/[chainSlug]/page.client.tsx#L11
'chainSlug' is defined but never used. Allowed unused args must match /^_/u
Lint & Type Check: app/(home)/explorer/[chainSlug]/layout.tsx#L2
'notFound' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/explorer/[chainSlug]/layout.client.tsx#L5
'ExplorerLayout' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type Check: app/(home)/codebase/incubator/apply/page.tsx#L29
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint & Type Check: .source/index.ts#L1
Do not use "@ts-nocheck" because it alters compilation errors