After reviewing the codebase, it looks like the code styling is a little consistent, I checked prettier and eslint are integrated but we need to integrate husky hooks for pre-commit so that when someone commits code, the code is properly lint and pretty a/c to the configuration.
Issue Description
After reviewing the codebase, it looks like the code styling is a little consistent, I checked prettier and eslint are integrated but we need to integrate husky hooks for pre-commit so that when someone commits code, the code is properly lint and pretty a/c to the configuration.