This commit is contained in:
Dan Mihailescu 2024-12-31 22:26:15 -05:00
parent 8ec3eccd47
commit 00098445c0

View file

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