Added eslint 9 #641
Annotations
10 errors
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/error.tsx#L5
There should be no empty line within import group
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/error.tsx#L7
`helpers/hooks/useTranslationClient` import should occur before import of `next/navigation`
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/loading.tsx#L3
There should be no empty line within import group
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/loading.tsx#L5
`helpers/hooks/useTranslationClient` import should occur before import of `next/navigation`
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/page.tsx#L3
`next` type import should occur after import of `helpers/utils/isImageSecure`
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/page.tsx#L4
`next/navigation` import should occur after import of `helpers/utils/isImageSecure`
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/page.tsx#L6
`./bookshop.module.css` import should occur after type import of `types/i18n`
|
build (20.10.x):
src/app/[locale]/bookshops/error.tsx#L5
There should be no empty line within import group
|
build (20.10.x):
src/app/[locale]/bookshops/error.tsx#L7
`helpers/hooks/useTranslationClient` import should occur before import of `next/navigation`
|
build (20.10.x):
src/app/[locale]/bookshops/layout.tsx#L1
`next` type import should occur after import of `helpers/utils/getTranslationServer`
|