Skip to content

Bump eslint-config-beslogic to 3.0 and drop-pre-commit #83

Bump eslint-config-beslogic to 3.0 and drop-pre-commit

Bump eslint-config-beslogic to 3.0 and drop-pre-commit #83

Triggered via pull request November 15, 2024 01:06
Status Success
Total duration 1m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint-Autofixes: canopeum_frontend/src/components/analytics/BatchTable.tsx#L30
Unexpected 'TODO' comment: 'TODO: Use endpoint to get specific batch...'
Lint-Autofixes: canopeum_frontend/src/components/assets/SiteTypePin.tsx#L9
`JSX` is deprecated. Use `React.JSX` instead of the global `JSX` namespace
Lint-Autofixes: canopeum_frontend/src/components/context/AuthenticationContext.tsx#L19
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Lint-Autofixes: canopeum_frontend/src/components/context/LanguageContext.tsx#L15
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Lint-Autofixes: canopeum_frontend/src/components/context/SnackbarContext.tsx#L25
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Lint-Autofixes: canopeum_frontend/src/components/icons/CustomIcon.tsx#L23
Unexpected 'TODO' comment: 'TODO(NicolasDontigny): Find the best way...'
Lint-Autofixes: canopeum_frontend/src/components/inputs/MultipleSelectChip.tsx#L68
Unexpected 'TODO' comment: 'TODO(NicolasDontigny): Find a more...'
Lint-Autofixes: canopeum_frontend/src/hooks/HttpHook.tsx#L24
Unexpected 'TODO' comment: 'TODO(NicolasDontigny): Instead of...'
Lint-Autofixes: canopeum_frontend/src/main.tsx#L9
Unexpected 'TODO' comment: 'TODO: Ask Nicolas if these were...'
Lint-Autofixes: canopeum_frontend/src/pages/SiteSocialPage.tsx#L151
Always prefer const x: T = { ... }