chore(ci): Publish container images via CI/CD #35
ESLint Report Analysis
432 ESLint error(s) and 13 ESLint warning(s) found
Details
Annotations
Check failure on line 28 in next/app/(main)/kontakt/Map.tsx
github-actions / ESLint Report Analysis
next/app/(main)/kontakt/Map.tsx#L28
[@typescript-eslint/no-unused-vars] 'maps' is defined but never used.
Check failure 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 34 in next/app/(special)/bestellung/check/page.tsx
github-actions / ESLint Report Analysis
next/app/(special)/bestellung/check/page.tsx#L34
[react-hooks/rules-of-hooks] React Hook "useSWR" 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 failure on line 33 in next/app/(main)/kontakt/Map.tsx
github-actions / ESLint Report Analysis
next/app/(main)/kontakt/Map.tsx#L33
[@typescript-eslint/no-unused-vars] 'markerId' is defined but never used.
Check failure 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 57 in next/components/Header/Burger.tsx
github-actions / ESLint Report Analysis
next/components/Header/Burger.tsx#L57
[@typescript-eslint/no-unused-vars] 'ids' is assigned a value but never used.
Check failure on line 141 in next/app/(main)/kontakt/PageContact.tsx
github-actions / ESLint Report Analysis
next/app/(main)/kontakt/PageContact.tsx#L141
[prefer-const] 'addressRelation' is never reassigned. Use 'const' instead.
Check failure on line 22 in next/components/FilterLabel.tsx
github-actions / ESLint Report Analysis
next/components/FilterLabel.tsx#L22
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
Check failure on line 40 in next/app/(special)/bestellung/check/page.tsx
github-actions / ESLint Report Analysis
next/app/(special)/bestellung/check/page.tsx#L40
[react-hooks/rules-of-hooks] React Hook "useEffect" 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 failure 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 33 in next/app/(main)/programm/[date]/PageProgramm.tsx
github-actions / ESLint Report Analysis
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[@typescript-eslint/no-unused-vars] 'currentShow' is assigned a value but never used.
Check failure on line 57 in next/components/Header/Burger.tsx
github-actions / ESLint Report Analysis
next/components/Header/Burger.tsx#L57
[@typescript-eslint/no-unused-vars] 'styles' is assigned a value but never used.
Check failure on line 142 in next/app/(main)/kontakt/PageContact.tsx
github-actions / ESLint Report Analysis
next/app/(main)/kontakt/PageContact.tsx#L142
[prefer-const] 'address' is never reassigned. Use 'const' instead.
Check failure on line 180 in next/components/RenderTipTap/RenderTipTap.tsx
github-actions / ESLint Report Analysis
next/components/RenderTipTap/RenderTipTap.tsx#L180
[prefer-const] 'quote' is never reassigned. Use 'const' instead.
Check failure on line 15 in next/components/Footer/BarIcons.tsx
github-actions / ESLint Report Analysis
next/components/Footer/BarIcons.tsx#L15
[@typescript-eslint/no-empty-object-type] An empty interface declaration allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowInterfaces' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead.
Check warning on line 62 in next/app/(special)/bestellung/check/page.tsx
github-actions / ESLint Report Analysis
next/app/(special)/bestellung/check/page.tsx#L62
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'searchParams.id'. Either include it or remove the dependency array.
Check failure on line 23 in next/app/(api)/api/order/check/route.ts
github-actions / ESLint Report Analysis
next/app/(api)/api/order/check/route.ts#L23
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 33 in next/app/(main)/programm/[date]/PageProgramm.tsx
github-actions / ESLint Report Analysis
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
Check failure on line 27 in next/components/Header/Header.tsx
github-actions / ESLint Report Analysis
next/components/Header/Header.tsx#L27
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
Check failure on line 36 in next/app/(main)/kontakt/page.tsx
github-actions / ESLint Report Analysis
next/app/(main)/kontakt/page.tsx#L36
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 184 in next/components/RenderTipTap/RenderTipTap.tsx
github-actions / ESLint Report Analysis
next/components/RenderTipTap/RenderTipTap.tsx#L184
[prefer-const] 'iframe' is never reassigned. Use 'const' instead.
Check failure on line 4 in next/app/(special)/layout.tsx
github-actions / ESLint Report Analysis
next/app/(special)/layout.tsx#L4
[@typescript-eslint/no-require-imports] A `require()` style import is forbidden.
Check failure on line 37 in next/app/(api)/api/order/check/route.ts
github-actions / ESLint Report Analysis
next/app/(api)/api/order/check/route.ts#L37
[prefer-const] 'item' is never reassigned. Use 'const' instead.
Check failure on line 48 in next/components/Footer/BarIcons.tsx
github-actions / ESLint Report Analysis
next/components/Footer/BarIcons.tsx#L48
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
Check failure on line 33 in next/app/(main)/programm/[date]/PageProgramm.tsx
github-actions / ESLint Report Analysis
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[prefer-const] 'shows' is never reassigned. Use 'const' instead.