Add git hook for auto-format node project
Ar-Kan opened this issue · 1 comments
Ar-Kan commented
In order to maintain reliability of the code, if more than one developer will modify it, it's necessary to have a universal code style.
The easiest way to do it is with a pre-commit hook for auto-formating.
An example is Prettier with Husky.
nfx commented
PR is welcome :) add it as "make fmt-ui"