added prettier and eslint hooks

This commit is contained in:
Dan Mihailescu 2024-12-31 22:04:11 -05:00
parent 684044e0e2
commit 3d13b70dcd

View file

@ -1 +1,4 @@
bun test bun test
bunx prettier . --write
bunx eslint $(git diff --name-only HEAD | grep -E '\.(js|jsx)$' | xargs)