chore(ci): Configure eslint in CI - #9
ESLint Report Analysis
316 ESLint error(s) and 153 ESLint warning(s) found
Details
Annotations
Check failure on line 206 in next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx
github-actions / ESLint Report Analysis
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L206
[prefer-const] 'shareUrl' is never reassigned. Use 'const' instead.
Check failure on line 28 in next/components/HoverText.tsx
github-actions / ESLint Report Analysis
next/components/HoverText.tsx#L28
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 4 in next/app/(api)/api/healthcheck/route.ts
github-actions / ESLint Report Analysis
next/app/(api)/api/healthcheck/route.ts#L4
[@typescript-eslint/no-unused-vars] 'request' is defined but never used.
Check failure on line 108 in next/app/(main)/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/page.tsx#L108
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 139 in next/app/(main)/geschichte/PageHistory.tsx
github-actions / ESLint Report Analysis
next/app/(main)/geschichte/PageHistory.tsx#L139
[prefer-const] 'file' is never reassigned. Use 'const' instead.
Check failure on line 62 in next/app/(main)/beitrag/[date]/[postslug]/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L62
[prefer-const] 'items' is never reassigned. Use 'const' instead.
Check warning on line 5 in next/components/Header/AudioRabePlayer.tsx
github-actions / ESLint Report Analysis
next/components/Header/AudioRabePlayer.tsx#L5
[@typescript-eslint/no-unused-vars] 'Colors' is defined but never used.
Check failure on line 12 in next/components/MemberInfo.tsx
github-actions / ESLint Report Analysis
next/components/MemberInfo.tsx#L12
[prefer-const] 'avatarSrc' is never reassigned. Use 'const' instead.
Check warning on line 101 in next/components/AudioFiles.tsx
github-actions / ESLint Report Analysis
next/components/AudioFiles.tsx#L101
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
Check failure on line 28 in next/app/(main)/programm/[date]/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/programm/[date]/page.tsx#L28
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
Check warning on line 3 in next/app/(api)/api/order/check/route.ts
github-actions / ESLint Report Analysis
next/app/(api)/api/order/check/route.ts#L3
[@typescript-eslint/no-unused-vars] 'ItemsMemberProduct' is defined but never used.
Check failure on line 146 in next/app/(main)/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/page.tsx#L146
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 37 in next/app/(main)/geschichte/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/geschichte/page.tsx#L37
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 117 in next/app/(main)/beitrag/[date]/[postslug]/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L117
[prefer-const] 'items' is never reassigned. Use 'const' instead.
Check warning on line 2 in next/components/RenderTipTap/Iframe.tsx
github-actions / ESLint Report Analysis
next/components/RenderTipTap/Iframe.tsx#L2
[@typescript-eslint/no-unused-vars] 'IframeResizer' is defined but never used.
Check warning on line 7 in next/components/Header/AudioRabePlayer.tsx
github-actions / ESLint Report Analysis
next/components/Header/AudioRabePlayer.tsx#L7
[@typescript-eslint/no-unused-vars] 'ReactElement' is defined but never used.
Check failure on line 68 in next/lib/Colors.ts
github-actions / ESLint Report Analysis
next/lib/Colors.ts#L68
[no-var] Unexpected var, use let or const instead.
Check failure on line 102 in next/components/AudioFiles.tsx
github-actions / ESLint Report Analysis
next/components/AudioFiles.tsx#L102
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check failure on line 22 in next/components/PartyTips.tsx
github-actions / ESLint Report Analysis
next/components/PartyTips.tsx#L22
[react-hooks/rules-of-hooks] React Hook "useResponsive" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Check warning on line 5 in next/app/(api)/api/order/check/route.ts
github-actions / ESLint Report Analysis
next/app/(api)/api/order/check/route.ts#L5
[@typescript-eslint/no-unused-vars] 'NextRequest' is defined but never used.
Check failure on line 174 in next/app/(main)/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/page.tsx#L174
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 31 in next/app/(main)/programm/[date]/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/programm/[date]/page.tsx#L31
[prefer-const] 'nextShowsToday' is never reassigned. Use 'const' instead.
Check failure on line 141 in next/app/(main)/beitrag/[date]/[postslug]/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L141
[prefer-const] 'paragraph' is never reassigned. Use 'const' instead.
Check warning on line 55 in next/app/(main)/geschichte/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/geschichte/page.tsx#L55
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
Check warning on line 9 in next/components/RenderTipTap/Iframe.tsx
github-actions / ESLint Report Analysis
next/components/RenderTipTap/Iframe.tsx#L9
[@typescript-eslint/no-unused-vars] 'iFrameHeight' is assigned a value but never used.