Thanks for showing interest in contributing to @einride/hooks
!
Only hooks that are generally usable at Einride are added in this central hooks project.
@einride/hooks
is using the Conventional Commits commit
message convention.
All hooks should come with one hook file useHook.ts
and one test file useHook.test.ts
in a
useHook
directory. All hooks should be documented with appropriate JSDoc.
Before opening a PR, please make sure you get no errors when running yarn review
.