chore(ci): Configure eslint in CI #39
Annotations
431 errors and 14 warnings
next/app/(api)/api/healthcheck/route.ts#L4
[@typescript-eslint/no-unused-vars] 'request' is defined but never used.
|
next/app/(special)/bestellung/check/page.tsx#L17
[prefer-const] 'order' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/check/route.ts#L3
[@typescript-eslint/no-unused-vars] 'ItemsMemberProduct' is defined but never used.
|
next/app/(main)/kontakt/Map.tsx#L21
[@typescript-eslint/no-unused-vars] 'mapReady' is assigned a value but never used.
|
next/app/(special)/bestellung/check/page.tsx#L34
[@typescript-eslint/no-unused-vars] 'error' is assigned a value but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[@typescript-eslint/no-unused-vars] 'todayShows' is assigned a value but never used.
|
next/app/(api)/api/order/check/route.ts#L5
[@typescript-eslint/no-unused-vars] 'NextRequest' is defined but never used.
|
next/components/Header/Header.tsx#L27
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
|
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?
|
next/app/(main)/bestellung/Form.tsx#L5
[@typescript-eslint/no-unused-vars] 'FormEvent' is defined but never used.
|
next/app/(api)/api/order/check/route.ts#L23
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/Map.tsx#L28
[@typescript-eslint/no-unused-vars] 'maps' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[prefer-const] 'todayShows' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/RenderTipTap.tsx#L189
[prefer-const] 'infoBoxData' is never reassigned. Use 'const' instead.
|
next/components/Header/Header.tsx#L29
[prefer-const] 'showDropdown' is never reassigned. Use 'const' instead.
|
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?
|
next/app/(api)/api/order/check/route.ts#L36
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/FilterLabel.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/bestellung/Form.tsx#L18
[@typescript-eslint/no-unused-vars] 'programName' is assigned a value but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[@typescript-eslint/no-unused-vars] 'currentShow' is assigned a value but never used.
|
next/app/(main)/kontakt/Map.tsx#L33
[@typescript-eslint/no-unused-vars] 'markerId' is defined but never used.
|
next/components/RenderTipTap/RenderTipTap.tsx#L193
[prefer-const] 'imageBoxData' is never reassigned. Use 'const' instead.
|
next/components/Header/Header.tsx#L29
[prefer-const] 'setShowDropdown' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L95
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(api)/api/order/init/route.ts#L5
[@typescript-eslint/no-unused-vars] 'NextRequest' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/components/FilterLabel.tsx#L22
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(main)/bestellung/Form.tsx#L19
[@typescript-eslint/no-unused-vars] 'orderId' is assigned a value but never used.
|
next/app/(main)/kontakt/PageContact.tsx#L141
[prefer-const] 'addressRelation' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/RenderTipTap.tsx#L221
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/Header.tsx#L36
[prefer-const] 'showMenu' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L23
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(special)/layout.tsx#L4
[@typescript-eslint/no-require-imports] A `require()` style import is forbidden.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L33
[prefer-const] 'shows' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L97
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/FilterLabel.tsx#L22
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/app/(main)/kontakt/PageContact.tsx#L142
[prefer-const] 'address' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/RenderTipTap.tsx#L222
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/Header.tsx#L36
[prefer-const] 'setShowMenu' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L36
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L37
[prefer-const] 'weeknumberString' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L7
[@typescript-eslint/no-unused-vars] 'metrics' is defined but never used.
|
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.
|
next/components/ProgramBox/ProgramBox.tsx#L98
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/bestellung/Form.tsx#L75
[prefer-const] 'newErrors' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/page.tsx#L36
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L29
[prefer-const] 'node' is never reassigned. Use 'const' instead.
|
next/components/Header/Header.tsx#L83
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L38
[prefer-const] 'yearString' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L49
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L22
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Footer/BarIcons.tsx#L48
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L109
[prefer-const] 'shows' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/Form.tsx#L180
[@typescript-eslint/no-unused-vars] 'state' is defined but never used.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L36
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/page.tsx#L50
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/Header/Header.tsx#L161
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(api)/api/order/init/route.ts#L93
[prefer-const] 'order' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L39
[prefer-const] 'currentYear' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarIcons.tsx#L49
[@typescript-eslint/no-unused-vars] 'hovered' is defined but never used.
|
next/components/AudioFilePlayer.tsx#L26
[prefer-const] 'tracks' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L109
[prefer-const] 'setShows' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/Form.tsx#L192
[@typescript-eslint/no-unused-vars] 'data' is defined but never used.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L42
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L100
[prefer-const] 'inputData' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L52
[prefer-const] 'weekNumber' is never reassigned. Use 'const' instead.
|
next/app/(main)/kurse/ClassDropDown.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Footer/BarIcons.tsx#L50
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/Header/Header.tsx#L163
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/AudioFilePlayer.tsx#L34
[prefer-const] 'track' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L110
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/danke/page.tsx#L2
[@typescript-eslint/no-unused-vars] 'ItemsMemberProduct' is defined but never used.
|
next/app/(api)/api/order/init/route.ts#L116
[prefer-const] 'programSlug' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L47
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L54
[prefer-const] 'year' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarIcons.tsx#L71
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(main)/kurse/ClassDropDown.tsx#L20
[prefer-const] 'isOpen' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L34
[prefer-const] 'setTrack' is never reassigned. Use 'const' instead.
|
next/components/Header/Header.tsx#L277
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L110
[prefer-const] 'setCurrentShow' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/danke/page.tsx#L4
[@typescript-eslint/no-unused-vars] 'useSearchParams' is defined but never used.
|
next/app/(api)/api/order/init/route.ts#L117
[prefer-const] 'amount' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L52
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L58
[prefer-const] 'maxWeeksThisYear' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarIcons.tsx#L72
[@typescript-eslint/no-unused-vars] 'hovered' is defined but never used.
|
next/components/AudioFilePlayer.tsx#L40
[@typescript-eslint/no-unused-vars] 'progressBarRef' is assigned a value but never used.
|
next/app/(main)/kurse/ClassDropDown.tsx#L20
[prefer-const] 'setIsOpen' is never reassigned. Use 'const' instead.
|
next/components/Header/Header.tsx#L279
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L111
[prefer-const] 'playlistData' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L118
[prefer-const] 'id' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/danke/page.tsx#L18
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L57
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L60
[prefer-const] 'currentWeekNumber' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L48
[prefer-const] 'thisTrackSet' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarIcons.tsx#L73
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/app/(main)/kurse/ClassDropDown.tsx#L27
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/Header/MobileMenu.tsx#L11
[@typescript-eslint/no-unused-vars] 'ButtonText' is defined but never used.
|
next/app/(api)/api/order/init/route.ts#L150
[prefer-const] 'requestData' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L111
[prefer-const] 'setPlaylistData' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/page.tsx#L25
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L98
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L62
[prefer-const] 'nextWeekNumber' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L49
[prefer-const] 'thisTrackLoading' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarLinks.tsx#L2
[@typescript-eslint/no-unused-vars] 'Text' is defined but never used.
|
next/app/(main)/kurse/ClassDropDown.tsx#L27
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/Header/MobileMenu.tsx#L59
[prefer-const] 'showDropdown' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L175
[prefer-const] 'initPaymentURL' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L63
[prefer-const] 'nextYearNumber' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L112
[@typescript-eslint/no-unused-vars] 'isMobile' is assigned a value but never used.
|
next/app/(main)/bestellung/page.tsx#L57
[prefer-const] 'items' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L50
[prefer-const] 'thisTrackPlaying' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L122
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarLinks.tsx#L9
[@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.
|
next/components/Header/MobileMenu.tsx#L59
[prefer-const] 'setShowDropdown' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L206
[@typescript-eslint/no-unused-vars] 'updatedOrder' is assigned a value but never used.
|
next/app/(main)/kurse/PageClasses.tsx#L33
[prefer-const] 'classItem' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L65
[prefer-const] 'prevWeekNumber' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L64
[prefer-const] 'newTime' is never reassigned. Use 'const' instead.
|
next/app/(main)/bestellung/page.tsx#L79
[prefer-const] 'sendungen' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L112
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L146
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarLinks.tsx#L11
[prefer-const] 'linkData' is never reassigned. Use 'const' instead.
|
next/app/(api)/api/order/init/route.ts#L206
[prefer-const] 'updatedOrder' is never reassigned. Use 'const' instead.
|
next/components/Header/MobileMenu.tsx#L60
[prefer-const] 'track' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L67
[prefer-const] 'prevYearNumber' is never reassigned. Use 'const' instead.
|
next/app/(main)/kurse/page.tsx#L33
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L170
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/empfangen/page.tsx#L34
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L113
[prefer-const] 'showPlaylist' is never reassigned. Use 'const' instead.
|
next/app/(main)/PageHome.tsx#L28
[prefer-const] 'promo_box' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L69
[prefer-const] 'nextMonthWeekNumber' is never reassigned. Use 'const' instead.
|
next/components/Header/MobileMenu.tsx#L67
[prefer-const] 'thisTrackSet' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L111
[prefer-const] 'newColor' is never reassigned. Use 'const' instead.
|
next/components/Footer/BarLinks.tsx#L20
[react/display-name] Component definition is missing display name
|
next/app/(main)/kurse/page.tsx#L53
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L194
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/[slug]/PageProgram.tsx#L42
[prefer-const] 'nextShowTitle' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L113
[prefer-const] 'setShowPlaylist' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L70
[prefer-const] 'nextMonthYearNumber' is never reassigned. Use 'const' instead.
|
next/components/AudioFilePlayer.tsx#L133
[prefer-const] 'newColor' is never reassigned. Use 'const' instead.
|
next/components/Header/MobileMenu.tsx#L68
[prefer-const] 'thisTrackLoading' is never reassigned. Use 'const' instead.
|
next/components/Footer/Footer.tsx#L10
[@typescript-eslint/no-unused-vars] 'IconFooterRabe' is defined but never used.
|
next/components/RenderTipTap/TipTapContentLoader.ts#L219
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/[slug]/PageProgram.tsx#L48
[prefer-const] 'promo_box' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L117
[prefer-const] 'todayShows' is never reassigned. Use 'const' instead.
|
next/components/AudioFiles.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L72
[prefer-const] 'prevMonthWeekNumber' is never reassigned. Use 'const' instead.
|
next/components/Header/MobileMenu.tsx#L69
[prefer-const] 'thisTrackPlaying' is never reassigned. Use 'const' instead.
|
next/components/Footer/index.tsx#L28
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/interfaces.ts#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/mitglied-werden/SupportProduct.tsx#L10
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/[slug]/PageProgram.tsx#L49
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
|
next/components/AudioFiles.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ProgramBox.tsx#L117
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L73
[prefer-const] 'prevMonthYearNumber' is never reassigned. Use 'const' instead.
|
next/components/Footer/index.tsx#L42
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/Header/PlayButton.tsx#L9
[@typescript-eslint/no-unused-vars] 'Metrics' is defined but never used.
|
next/components/RenderTipTap/interfaces.ts#L20
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/mitglied-werden/YearlyProducts.tsx#L7
[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.
|
next/components/AudioFiles.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/[slug]/PageProgram.tsx#L50
[prefer-const] 'shareButtonTitle' is never reassigned. Use 'const' instead.
|
next/components/Footer/index.tsx#L43
[prefer-const] 'contactData' is never reassigned. Use 'const' instead.
|
next/app/(main)/empfangen/page.tsx#L52
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L75
[prefer-const] 'hideNextMonthArrow' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L182
[react/jsx-no-duplicate-props] No duplicate props allowed
|
next/components/Header/PlayButton.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/interfaces.ts#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/AudioFiles.tsx#L48
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(main)/[slug]/PageProgram.tsx#L50
[prefer-const] 'setShareButtonTitle' is never reassigned. Use 'const' instead.
|
next/app/(main)/mitglied-werden/page.tsx#L31
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayer.tsx#L2
[@typescript-eslint/no-unused-vars] 'Pausebutton' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L76
[prefer-const] 'hidePrevMonthArrow' is never reassigned. Use 'const' instead.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L7
[@typescript-eslint/no-unused-vars] 'ItemsEventsImageLink' is defined but never used.
|
next/components/Header/PlayButton.tsx#L30
[prefer-const] 'newColor' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L192
[react/jsx-no-duplicate-props] No duplicate props allowed
|
next/components/AudioFiles.tsx#L50
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/app/(main)/[slug]/PageProgram.tsx#L138
[prefer-const] 'user' is never reassigned. Use 'const' instead.
|
next/app/(main)/mitglied-werden/page.tsx#L66
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayer.tsx#L3
[@typescript-eslint/no-unused-vars] 'Playbutton' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L77
[prefer-const] 'hideNextWeekArrow' is never reassigned. Use 'const' instead.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L8
[@typescript-eslint/no-unused-vars] 'ItemsImageLink' is defined but never used.
|
next/components/Header/PlayButton.tsx#L42
[prefer-const] 'newColor' is never reassigned. Use 'const' instead.
|
next/components/AudioFiles.tsx#L99
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/ProgramBox/ShowsList.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/Colors.ts#L27
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/[slug]/PageProgram.tsx#L180
[prefer-const] 'shareUrl' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayer.tsx#L5
[@typescript-eslint/no-unused-vars] 'Colors' is defined but never used.
|
next/app/(main)/mitglied-werden/page.tsx#L96
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L78
[prefer-const] 'hidePrevWeekArrow' is never reassigned. Use 'const' instead.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L13
[@typescript-eslint/no-unused-vars] 'Linking' is defined but never used.
|
next/components/AudioFiles.tsx#L101
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/HoverText.tsx#L8
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/[slug]/page.tsx#L42
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L28
[no-var] Unexpected var, use let or const instead.
|
next/components/ProgramBox/ShowsList.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L7
[@typescript-eslint/no-unused-vars] 'ReactElement' is defined but never used.
|
next/app/(main)/mitglied-werden/page.tsx#L108
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L80
[prefer-const] 'nextWeekArrowLink' is never reassigned. Use 'const' instead.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L13
[@typescript-eslint/no-unused-vars] 'Pressable' is defined but never used.
|
next/components/BreadCrumb.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/[slug]/page.tsx#L67
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/HoverText.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/Colors.ts#L29
[no-var] Unexpected var, use let or const instead.
|
next/components/Header/AudioRabePlayer.tsx#L8
[@typescript-eslint/no-unused-vars] 'Pressable' is defined but never used.
|
next/components/ProgramBox/ShowsList.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L17
[@typescript-eslint/no-unused-vars] 'Link' is defined but never used.
|
next/components/Button.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/mitmachen/page.tsx#L1
[@typescript-eslint/no-unused-vars] 'Text' is defined but never used.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L83
[prefer-const] 'prevWeekArrowLink' is never reassigned. Use 'const' instead.
|
next/app/(main)/[slug]/page.tsx#L68
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/Colors.ts#L43
[no-var] Unexpected var, use let or const instead.
|
next/components/HoverText.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L10
[@typescript-eslint/no-unused-vars] 'Loader' is defined but never used.
|
next/app/(main)/events/[slug]/PageEvent.tsx#L81
[prefer-const] 'show' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ShowsList.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/ProgramGroups.tsx#L9
[@typescript-eslint/no-unused-vars] 'ItemsPageProgramPrograms2' is defined but never used.
|
next/app/(main)/mitmachen/page.tsx#L1
[@typescript-eslint/no-unused-vars] 'View' is defined but never used.
|
next/app/(main)/[slug]/page.tsx#L73
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L44
[no-var] Unexpected var, use let or const instead.
|
next/components/HoverText.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L13
[@typescript-eslint/no-unused-vars] 'PressableState' is defined but never used.
|
next/components/Button.tsx#L19
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/events/[slug]/Show.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/ProgramGroups.tsx#L10
[@typescript-eslint/no-unused-vars] 'ItemsPageProgramPrograms3' is defined but never used.
|
next/lib/Colors.ts#L45
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/mitmachen/page.tsx#L2
[@typescript-eslint/no-unused-vars] 'StyleSheet' is defined but never used.
|
next/components/Header/AudioRabePlayer.tsx#L22
[@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.
|
next/app/(main)/[slug]/page.tsx#L131
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/HoverText.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ShowsList.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Button.tsx#L20
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/events/[slug]/Show.tsx#L21
[prefer-const] 'imagebox' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/ProgramGroups.tsx#L37
[prefer-const] 'program' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L64
[no-var] Unexpected var, use let or const instead.
|
next/components/Header/AudioRabePlayer.tsx#L25
[prefer-const] 'track' is never reassigned. Use 'const' instead.
|
next/app/(main)/mitmachen/page.tsx#L4
[@typescript-eslint/no-unused-vars] 'Fonts' is defined but never used.
|
next/components/MemberInfo.tsx#L12
[prefer-const] 'avatarSrc' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ShowsList.tsx#L49
[prefer-const] 'showDateString' is never reassigned. Use 'const' instead.
|
next/app/(main)/events/[slug]/page.tsx#L40
[prefer-const] 'items' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L21
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/page.tsx#L18
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/Colors.ts#L65
[no-var] Unexpected var, use let or const instead.
|
next/components/Header/AudioRabePlayer.tsx#L36
[@typescript-eslint/no-unused-vars] 'duration' is assigned a value but never used.
|
next/app/(main)/mitmachen/page.tsx#L6
[@typescript-eslint/no-unused-vars] 'Metadata' is defined but never used.
|
next/components/ProgramBox/ShowsList.tsx#L51
[prefer-const] 'isCurrentshow' is never reassigned. Use 'const' instead.
|
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?
|
next/app/(main)/agb/page.tsx#L33
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/DownloadBox.tsx#L29
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/Button.tsx#L22
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L83
[@typescript-eslint/no-unused-vars] 'p' is defined but never used.
|
next/app/(main)/programm/[date]/page.tsx#L19
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/Colors.ts#L66
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/mitmachen/page.tsx#L7
[@typescript-eslint/no-unused-vars] 'Metrics' is defined but never used.
|
next/components/PromoBox.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/PartyTips.tsx#L42
[prefer-const] 'partyLocation' is never reassigned. Use 'const' instead.
|
next/app/(main)/agb/page.tsx#L50
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/Button.tsx#L45
[prefer-const] 'containerStyle' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/DownloadBox.tsx#L29
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/Header/AudioRabePlayer.tsx#L87
[@typescript-eslint/no-unused-vars] 'p' is defined but never used.
|
next/app/(main)/programm/[date]/page.tsx#L20
[prefer-const] 'todayShows' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L68
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/mitmachen/page.tsx#L8
[@typescript-eslint/no-unused-vars] 'Colors' is defined but never used.
|
next/components/PromoBox.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/PartyTips.tsx#L43
[prefer-const] 'dateText' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L61
[prefer-const] 'containerHoverStyle' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayer.tsx#L91
[@typescript-eslint/no-unused-vars] 'p' is defined but never used.
|
next/app/(main)/geschichte/DownloadLogo.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/page.tsx#L28
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L69
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/mitmachen/page.tsx#L13
[@typescript-eslint/no-unused-vars] 'RenderTipTap' is defined but never used.
|
next/components/RenderTipTap/Iframe.tsx#L2
[@typescript-eslint/no-unused-vars] 'IframeResizer' is defined but never used.
|
next/components/Button.tsx#L72
[prefer-const] 'fontText' is never reassigned. Use 'const' instead.
|
next/components/PostPreview/FullPreview.tsx#L11
[@typescript-eslint/no-unused-vars] 'useResponsive' is defined but never used.
|
next/components/Header/AudioRabePlayer.tsx#L95
[@typescript-eslint/no-unused-vars] 'event' is defined but never used.
|
next/app/(main)/programm/[date]/page.tsx#L31
[prefer-const] 'nextShowsToday' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/DownloadLogo.tsx#L23
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/lib/Colors.ts#L70
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/mitmachen/page.tsx#L37
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L74
[prefer-const] 'textStyle' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Iframe.tsx#L9
[@typescript-eslint/no-unused-vars] 'iFrameHeight' is assigned a value but never used.
|
next/components/Header/AudioRabePlayer.tsx#L99
[@typescript-eslint/no-unused-vars] 'p' is defined but never used.
|
next/components/PostPreview/FullPreview.tsx#L17
[@typescript-eslint/no-unused-vars] 'backInOut' is defined but never used.
|
next/app/(main)/programm/[date]/page.tsx#L40
[prefer-const] 'shows' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L72
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/beitraege/SearchBox.tsx#L4
[@typescript-eslint/no-unused-vars] 'Text' is defined but never used.
|
next/components/Button.tsx#L87
[prefer-const] 'textHoverStyle' is never reassigned. Use 'const' instead.
|
next/app/(main)/mitmachen/page.tsx#L56
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/geschichte/DownloadLogo.tsx#L23
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/RenderTipTap/ImageBox.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L102
[@typescript-eslint/no-unused-vars] 'p' is defined but never used.
|
next/app/(main)/programm/[date]/page.tsx#L82
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/PostPreview/FullPreview.tsx#L24
[prefer-const] 'program' is never reassigned. Use 'const' instead.
|
next/lib/Colors.ts#L78
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/beitraege/SearchBox.tsx#L10
[@typescript-eslint/no-unused-vars] 'FilterLabel' is defined but never used.
|
next/components/Button.tsx#L165
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayer.tsx#L117
[prefer-const] 'thisTrackLoading' is never reassigned. Use 'const' instead.
|
next/app/(main)/page.tsx#L10
[@typescript-eslint/no-unused-vars] 'notFound' is defined but never used.
|
next/app/(main)/geschichte/DownloadProtocol.tsx#L32
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/RenderTipTap/ImageBox.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/page.tsx#L95
[prefer-const] 'liveData' is never reassigned. Use 'const' instead.
|
next/components/PostPreview/FullPreview.tsx#L25
[prefer-const] 'imagebox' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L166
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/beitraege/getPosts.ts#L112
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayer.tsx#L119
[prefer-const] 'thisTrackPlaying' is never reassigned. Use 'const' instead.
|
next/app/(main)/page.tsx#L45
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/page.tsx#L96
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/DownloadProtocol.tsx#L32
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/RenderTipTap/ImageBox.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Button.tsx#L167
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/PostPreview/HalfPreview.tsx#L22
[prefer-const] 'program' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayerLabel.tsx#L12
[@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.
|
next/app/(main)/beitraege/page.tsx#L30
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/sendungen/page.tsx#L24
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/page.tsx#L108
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Button.tsx#L168
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/api/index.ts#L14
[prefer-const] 'UserApi' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L28
[prefer-const] 'isOpen' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/ImageBox.tsx#L62
[@typescript-eslint/no-unused-vars] 'ids' is assigned a value but never used.
|
next/components/PostPreview/HalfPreview.tsx#L23
[prefer-const] 'imagebox' is never reassigned. Use 'const' instead.
|
next/app/(main)/beitraege/page.tsx#L59
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayerLabel.tsx#L20
[@typescript-eslint/no-unused-vars] 'setOldData' is assigned a value but never used.
|
next/app/(main)/sendungen/page.tsx#L61
[prefer-const] 'sendungen' is never reassigned. Use 'const' instead.
|
next/components/ButtonText.tsx#L2
[@typescript-eslint/no-unused-vars] 'View' is defined but never used.
|
next/app/(main)/page.tsx#L146
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/lib/scroll.tsx#L3
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L28
[prefer-const] 'setIsOpen' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/PlayList.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/InfoBox.tsx#L2
[@typescript-eslint/no-unused-vars] 'ItemsQuote' is defined but never used.
|
next/app/(main)/beitraege/page.tsx#L114
[@typescript-eslint/no-unused-vars] 'styles' is assigned a value but never used.
|
next/components/Header/AudioRabePlayerLabel.tsx#L38
[prefer-const] 'songTickerData' is never reassigned. Use 'const' instead.
|
next/app/(main)/sendungen/page.tsx#L71
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/ButtonText.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/scroll.tsx#L17
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/page.tsx#L174
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L33
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L70
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/RenderTipTap/InfoBox.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/PlayList.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/Header/AudioRabePlayerLabel.tsx#L40
[prefer-const] 'track' is never reassigned. Use 'const' instead.
|
next/app/(main)/team/PageTeam.tsx#L15
[prefer-const] 'memberData' is never reassigned. Use 'const' instead.
|
next/components/ButtonText.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/scroll.tsx#L28
[@typescript-eslint/no-unused-vars] 'e' is defined but never used.
|
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L35
[prefer-const] 'shareButtonTitle' is never reassigned. Use 'const' instead.
|
next/app/(main)/page.tsx#L189
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/geschichte/PageHistory.tsx#L72
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/Header/AudioRabePlayerLabel.tsx#L55
[prefer-const] 'endTimeDate' is never reassigned. Use 'const' instead.
|
next/app/(main)/team/PageTeam.tsx#L51
[prefer-const] 'user' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/InfoBox.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/PlayList.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ButtonText.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/scroll.tsx#L30
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L35
[prefer-const] 'setShareButtonTitle' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayerLabel.tsx#L56
[prefer-const] 'dateNow' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L108
[prefer-const] 'protocol' is never reassigned. Use 'const' instead.
|
next/app/(main)/praktikum/PageInternship.tsx#L44
[prefer-const] 'internship' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/InfoBox.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ButtonText.tsx#L14
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/team/page.tsx#L35
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/PlayList.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/lib/scroll.tsx#L31
[no-var] Unexpected var, use let or const instead.
|
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L59
[prefer-const] 'user' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L109
[prefer-const] 'file' is never reassigned. Use 'const' instead.
|
next/app/(main)/praktikum/page.tsx#L33
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L2
[@typescript-eslint/no-unused-vars] 'ItemsInfoBox' is defined but never used.
|
next/components/ButtonText.tsx#L75
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/team/page.tsx#L48
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L24
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/beitrag/[date]/[postslug]/PagePost.tsx#L127
[prefer-const] 'shareUrl' is never reassigned. Use 'const' instead.
|
next/components/Header/AudioRabePlayerLabel.tsx#L82
[prefer-const] 'numberOfChars' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L138
[prefer-const] 'logo' is never reassigned. Use 'const' instead.
|
next/app/(main)/praktikum/page.tsx#L53
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/components/ButtonText.tsx#L75
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(special)/bestellung/check/page.tsx#L3
[@typescript-eslint/no-unused-vars] 'Api' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/Link.tsx#L2
[@typescript-eslint/no-unused-vars] 'ItemsQuote' is defined but never used.
|
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L58
[prefer-const] 'items' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/PageHistory.tsx#L139
[prefer-const] 'file' is never reassigned. Use 'const' instead.
|
next/app/(special)/bestellung/check/page.tsx#L4
[@typescript-eslint/no-unused-vars] 'ItemsMemberProduct' is defined but never used.
|
next/components/ButtonText.tsx#L75
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/Arrow.tsx#L17
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L26
[prefer-const] 'todayShows' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L3
[@typescript-eslint/no-unused-vars] 'Colors' is defined but never used.
|
next/components/Header/Burger.tsx#L35
[@typescript-eslint/no-unused-vars] 'pressed' is defined but never used.
|
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L113
[prefer-const] 'items' is never reassigned. Use 'const' instead.
|
next/app/(special)/bestellung/check/page.tsx#L6
[@typescript-eslint/no-unused-vars] 'useSearchParams' is defined but never used.
|
next/app/(main)/geschichte/page.tsx#L37
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/Arrow.tsx#L17
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/Header/Burger.tsx#L35
[@typescript-eslint/no-unused-vars] 'focused' is defined but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L34
[prefer-const] 'currentShow' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L5
[@typescript-eslint/no-unused-vars] 'Metrics' is defined but never used.
|
next/app/(main)/beitrag/[date]/[postslug]/page.tsx#L140
[prefer-const] 'paragraph' is never reassigned. Use 'const' instead.
|
next/app/(special)/bestellung/check/page.tsx#L13
[prefer-const] 'response' is never reassigned. Use 'const' instead.
|
next/app/(main)/geschichte/page.tsx#L55
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/programm/[date]/Calender.tsx#L17
[prefer-const] 'monday' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L37
[prefer-const] 'nextShowsToday' is never reassigned. Use 'const' instead.
|
next/components/Header/Burger.tsx#L57
[@typescript-eslint/no-unused-vars] 'ids' is assigned a value but never used.
|
next/app/(special)/bestellung/check/page.tsx#L16
[prefer-const] 'data' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L6
[@typescript-eslint/no-unused-vars] 'Text' is defined but never used.
|
next/app/(main)/impressum/PageImpressum.tsx#L2
[@typescript-eslint/no-unused-vars] 'BreadCrump' is defined but never used.
|
next/app/(main)/programm/[date]/Calender.tsx#L71
[prefer-const] 'thisDay' is never reassigned. Use 'const' instead.
|
next/components/Header/Burger.tsx#L57
[@typescript-eslint/no-unused-vars] 'styles' is assigned a value but never used.
|
next/components/ProgramBox/ProgramBox.tsx#L46
[prefer-const] 'shows' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L6
[@typescript-eslint/no-unused-vars] 'View' is defined but never used.
|
next/app/(main)/impressum/page.tsx#L33
[prefer-const] 'item' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/Calender.tsx#L72
[prefer-const] 'nextDay' is never reassigned. Use 'const' instead.
|
next/components/ProgramBox/ProgramBox.tsx#L76
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/Link.tsx#L7
[@typescript-eslint/no-unused-vars] 'RenderTipTap' is defined but never used.
|
next/app/(main)/impressum/page.tsx#L51
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
next/app/(main)/programm/[date]/Calender.tsx#L73
[prefer-const] 'dayShows' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/Link.tsx#L11
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ProgramBox.tsx#L77
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/kontakt/LogoBox.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L25
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/Link.tsx#L12
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ProgramBox.tsx#L93
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/kontakt/LogoBox.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L27
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/Link.tsx#L13
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/ProgramBox/ProgramBox.tsx#L94
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/app/(main)/kontakt/LogoBox.tsx#L45
[prefer-const] 'logoRelation' is never reassigned. Use 'const' instead.
|
next/app/(main)/programm/[date]/PageProgramm.tsx#L31
[prefer-const] 'isMobile' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/RenderTipTap.tsx#L82
[prefer-const] 'label' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/LogoBox.tsx#L46
[prefer-const] 'imageLink' is never reassigned. Use 'const' instead.
|
next/components/RenderTipTap/RenderTipTap.tsx#L167
[prefer-const] 'audioPlayer' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/Map.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
next/components/RenderTipTap/RenderTipTap.tsx#L180
[prefer-const] 'quote' is never reassigned. Use 'const' instead.
|
next/app/(main)/kontakt/Map.tsx#L13
[@typescript-eslint/no-unused-vars] 'text' is defined but never used.
|
next/components/RenderTipTap/RenderTipTap.tsx#L184
[prefer-const] 'iframe' is never reassigned. Use 'const' instead.
|
next-lint
Process completed with exit code 1.
|
next-lint
429 errors and 14 warnings
|
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.
|
next/app/(main)/bestellung/Form.tsx#L37
[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array.
|
next/components/AudioFilePlayer.tsx#L94
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'duration'. Either include it or remove the dependency array.
|
next/components/Footer/BarLinks.tsx#L20
[import/no-anonymous-default-export] Assign arrow function to a variable before exporting as module default
|
next/app/(main)/mitglied-werden/Statement.tsx#L13
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'props.statements.length'. Either include it or remove the dependency array. If 'setRandomIndex' needs the current value of 'props.statements.length', you can also switch to useReducer instead of useState and read 'props.statements.length' in the reducer.
|
next/lib/Colors.ts#L1
[import/no-anonymous-default-export] Assign object to a variable before exporting as module default
|
next/app/(main)/beitraege/PostList.tsx#L38
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'loadMoreUsers'. Either include it or remove the dependency array.
|
next/app/(main)/beitraege/PostList.tsx#L45
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'inView' and 'loadMoreUsers'. Either include them or remove the dependency array.
|
next/app/(main)/beitraege/PostList.tsx#L53
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'posts'. Either include it or remove the dependency array.
|
next/lib/Fonts.ts#L217
[import/no-anonymous-default-export] Assign object to a variable before exporting as module default
|
next/lib/api/Flows.ts#L40
[import/no-anonymous-default-export] Assign object to a variable before exporting as module default
|
next/components/Header/AudioRabePlayerLabel.tsx#L75
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'oldData'. Either include it or remove the dependency array.
|
next/lib/useProductFilter.tsx#L40
[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'pathName'. Either include it or remove the dependency array.
|
next/components/Header/AudioRabePlayerLabel.tsx#L102
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'animate', 'artist.length', 'show.length', 'timeDiff', and 'title.length'. Either include them or remove the dependency array.
|