This PR updates the pre-commit hook to automatically run lint-staged whenever a git commit command is executed. This will ensure that linting and code style checks are performed on all staged files, ensuring that only compliant code is committed to the repository.
This PR updates the pre-commit hook to automatically run lint-staged whenever a git commit command is executed. This will ensure that linting and code style checks are performed on all staged files, ensuring that only compliant code is committed to the repository.