quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

chore: add a pre-commit hook to enforce linting automatically #238

Closed baumstern closed 1 year ago

baumstern commented 1 year ago

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.