Feature/26 add post feature #73
Annotations
4 errors and 7 warnings
Build
Cannot find module '../utils/dateFormatter' or its corresponding type declarations.
|
Build
Process completed with exit code 2.
|
Lint:
canopeum_frontend/src/utils/date-Formatter.ts#L1
Filename is not in camel case. Rename it to `dateFormatter.ts`
|
Lint
Process completed with exit code 1.
|
Lint:
canopeum_frontend/src/components/PostWidget.tsx#L15
Unsafe call of an `any` typed value
|
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
|
Lint:
canopeum_frontend/src/components/site/SiteSummaryCard.tsx#L11
Unexpected 'TODO' comment: 'TODO: replace img source when backend...'
|
Lint:
canopeum_frontend/src/components/site/SiteSummaryCard.tsx#L25
Unsafe member access .en on an `any` value
|
Lint:
canopeum_frontend/src/pages/MapSite.tsx#L17
Unexpected console statement
|