CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

[zen-frontend] Ensure that pre-commit runs the linter #1241

Closed Wardormeur closed 5 years ago

Wardormeur commented 5 years ago

I regularly run into a PR that doesn't pass the linter, often due to missing semicolon or spacing. By adding it to the pre-commit, this ensure a PR is reviewed when all steps are green, instead of the developer coming back after the CI tests passes.