Added eslint 9 #639
Annotations
10 errors and 10 warnings
build (20.10.x):
playwright.config.ts#L13
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
build (20.10.x):
playwright.config.ts#L45
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
build (20.10.x):
src/api/bookshop/index.ts#L1
Unable to resolve path to module 'helpers/config/mongodb'
|
build (20.10.x):
src/api/bookshop/index.ts#L8
Unsafe assignment of an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L11
Unsafe member access .name on an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L12
Unsafe assignment of an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L12
Unsafe member access .name on an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L14
Unsafe member access .iso on an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L15
Unsafe assignment of an `any` value
|
build (20.10.x):
src/api/bookshop/index.ts#L15
Unsafe member access .iso on an `any` value
|
build (20.10.x):
src/app/[locale]/__e2e__/fixtures/test/testHomePage.ts#L1
Using exported name 'test' as identifier for default import
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/error.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/bookshops/[bookshopId]/page.tsx#L26
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/bookshops/error.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/bookshops/layout.tsx#L16
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/error.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/layout.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/layout.tsx#L42
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/layout.tsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
build (20.10.x):
src/app/[locale]/not-found.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|