* added husky * added prettier and eslint hooks * upgraded speeds * lock * Update pre-commit Signed-off-by: DanMihailescu <as42554525@yahoo.ca> --------- Signed-off-by: DanMihailescu <as42554525@yahoo.ca>
2 lines
94 B
Text
2 lines
94 B
Text
bunx prettier . --write
|
|
bunx eslint_d $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)
|