[Frontend] Setup and automate lint and git hook
Closed this issue · 0 comments
krismp commented
Description
Setup and automate lint and git hook. We often find any linter problem during frontend build, which should be catch earlier in the development
Actual
No lint check when committing work
Expected
Do a linter check pre-commit, so we can catch the culprit earlier