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
103 stars 167 forks source link

Redesign git hooks #2985

Open RichDom2185 opened 6 months ago

RichDom2185 commented 6 months 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.