Skip to content

inertia - upgraded deps #7

inertia - upgraded deps

inertia - upgraded deps #7

Triggered via push October 23, 2024 12:53
Status Failure
Total duration 33s
Artifacts

eslint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L64
React Hook "useRef" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L65
React Hook "useLocale" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L68
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L69
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L73
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L76
React Hook "useAxiosPost" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L81
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L83
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L94
React Hook "useMemo" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/pages/BillOfTheWeekCreator.tsx#L102
React Hook "useCallback" is called in function "_BillOfTheWeekCreator: React.FC<IProps>" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
eslint: app/frontend/components/LoginBubbles.tsx#L38
'error' is defined but never used. Allowed unused caught errors must match /^_/u