Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

feat/landing-6

feat/landing-6 #158

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Lint failed Jul 28, 2023 in 0s

Errors 14, Warnings 0

Found 14 errors and 0 warnings

Annotations

Check failure on line 3 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'FormattedMessage' is defined but never used.

'FormattedMessage' is defined but never used.
Raw output
  1 | import React                from 'react'
> 2 | import { FormattedMessage } from 'react-intl'
    |          ^
  3 | import { Link }             from 'react-scroll'
  4 | import { useIntl }          from 'react-intl'
  5 |

Check failure on line 4 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Link' is defined but never used.

'Link' is defined but never used.
Raw output
  1 | import React                from 'react'
  2 | import { FormattedMessage } from 'react-intl'
> 3 | import { Link }             from 'react-scroll'
    |          ^
  4 | import { useIntl }          from 'react-intl'
  5 |
  6 | import { Background }       from '@ui/background'

Check failure on line 7 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Background' is defined but never used.

'Background' is defined but never used.
Raw output
  4 | import { useIntl }          from 'react-intl'
  5 |
> 6 | import { Background }       from '@ui/background'
    |          ^
  7 | import { Button }           from '@ui/button'
  8 | import { Card }             from '@ui/card'
  9 | import { ScrollIcon }       from '@ui/icon'

Check failure on line 8 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Button' is defined but never used.

'Button' is defined but never used.
Raw output
   5 |
   6 | import { Background }       from '@ui/background'
>  7 | import { Button }           from '@ui/button'
     |          ^
   8 | import { Card }             from '@ui/card'
   9 | import { ScrollIcon }       from '@ui/icon'
  10 | import { ArrowPointerIcon } from '@ui/icon'

Check failure on line 10 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'ScrollIcon' is defined but never used.

'ScrollIcon' is defined but never used.
Raw output
   7 | import { Button }           from '@ui/button'
   8 | import { Card }             from '@ui/card'
>  9 | import { ScrollIcon }       from '@ui/icon'
     |          ^
  10 | import { ArrowPointerIcon } from '@ui/icon'
  11 | import { Image }            from '@ui/image'
  12 | import { Box }              from '@ui/layout'

Check failure on line 11 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'ArrowPointerIcon' is defined but never used.

'ArrowPointerIcon' is defined but never used.
Raw output
   8 | import { Card }             from '@ui/card'
   9 | import { ScrollIcon }       from '@ui/icon'
> 10 | import { ArrowPointerIcon } from '@ui/icon'
     |          ^
  11 | import { Image }            from '@ui/image'
  12 | import { Box }              from '@ui/layout'
  13 | import { Column }           from '@ui/layout'

Check failure on line 12 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Image' is defined but never used.

'Image' is defined but never used.
Raw output
   9 | import { ScrollIcon }       from '@ui/icon'
  10 | import { ArrowPointerIcon } from '@ui/icon'
> 11 | import { Image }            from '@ui/image'
     |          ^
  12 | import { Box }              from '@ui/layout'
  13 | import { Column }           from '@ui/layout'
  14 | import { Layout }           from '@ui/layout'

Check failure on line 13 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Box' is defined but never used.

'Box' is defined but never used.
Raw output
  10 | import { ArrowPointerIcon } from '@ui/icon'
  11 | import { Image }            from '@ui/image'
> 12 | import { Box }              from '@ui/layout'
     |          ^
  13 | import { Column }           from '@ui/layout'
  14 | import { Layout }           from '@ui/layout'
  15 | import { Row }              from '@ui/layout'

Check failure on line 16 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Row' is defined but never used.

'Row' is defined but never used.
Raw output
  13 | import { Column }           from '@ui/layout'
  14 | import { Layout }           from '@ui/layout'
> 15 | import { Row }              from '@ui/layout'
     |          ^
  16 | import { NextLink }         from '@ui/link'
  17 | import { Swiper }           from '@ui/swiper'
  18 | import { SwiperSlide }      from '@ui/swiper'

Check failure on line 17 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'NextLink' is defined but never used.

'NextLink' is defined but never used.
Raw output
  14 | import { Layout }           from '@ui/layout'
  15 | import { Row }              from '@ui/layout'
> 16 | import { NextLink }         from '@ui/link'
     |          ^
  17 | import { Swiper }           from '@ui/swiper'
  18 | import { SwiperSlide }      from '@ui/swiper'
  19 | import { Text }             from '@ui/text'

Check failure on line 18 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Swiper' is defined but never used.

'Swiper' is defined but never used.
Raw output
  15 | import { Row }              from '@ui/layout'
  16 | import { NextLink }         from '@ui/link'
> 17 | import { Swiper }           from '@ui/swiper'
     |          ^
  18 | import { SwiperSlide }      from '@ui/swiper'
  19 | import { Text }             from '@ui/text'
  20 | import { useHover }         from '@ui/utils'

Check failure on line 19 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'SwiperSlide' is defined but never used.

'SwiperSlide' is defined but never used.
Raw output
  16 | import { NextLink }         from '@ui/link'
  17 | import { Swiper }           from '@ui/swiper'
> 18 | import { SwiperSlide }      from '@ui/swiper'
     |          ^
  19 | import { Text }             from '@ui/text'
  20 | import { useHover }         from '@ui/utils'
  21 |

Check failure on line 20 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'Text' is defined but never used.

'Text' is defined but never used.
Raw output
  17 | import { Swiper }           from '@ui/swiper'
  18 | import { SwiperSlide }      from '@ui/swiper'
> 19 | import { Text }             from '@ui/text'
     |          ^
  20 | import { useHover }         from '@ui/utils'
  21 |
  22 | export const WideScreenCards = () => {

Check failure on line 21 in landing/fragments/landing-courses/src/cards/wideScreen/wideScreen.component.tsx

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'useHover' is defined but never used.

'useHover' is defined but never used.
Raw output
  18 | import { SwiperSlide }      from '@ui/swiper'
  19 | import { Text }             from '@ui/text'
> 20 | import { useHover }         from '@ui/utils'
     |          ^
  21 |
  22 | export const WideScreenCards = () => {
  23 |     const intl = useIntl()