source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Redesign git hooks #2985

Open RichDom2185 opened 1 month ago

RichDom2185 commented 1 month ago

lint-staged is a popular dev dependency that will only run hooks on staged files, which could shorten the time required to run those hooks.

The pre-push hook can then be minimised.