Add pre-commit and linting #1
Annotations
4 warnings
|
lint:
frontend/src/components/vehicles/VehicleManagement.tsx#L87
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripManagement.tsx#L112
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripForm.tsx#L102
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
|
|
lint:
frontend/src/components/trips/TripDetailsDrawer.tsx#L121
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array
|