Feature/add translation into application #48
Annotations
5 errors and 3 warnings
Build
'siteId' is declared but its value is never read.
|
Build
Process completed with exit code 2.
|
Lint:
canopeum_frontend/src/i18n.ts#L1
Using exported name 'i18n' as identifier for default export
|
Lint:
canopeum_frontend/src/i18n.ts#L6
Caution: `i18n` also has a named export `use`. Check if you meant to write `import {use} from 'i18next'` instead
|
Lint
Process completed with exit code 1.
|
Lint:
canopeum_frontend/src/components/context/AuthenticationContext.tsx#L4
Don't declare enums
|
Lint:
canopeum_frontend/src/components/context/AuthenticationContext.tsx#L4
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
canopeum_frontend/src/components/context/AuthenticationContext.tsx#L4
`enum` is forbidden
|