18 pre commit hooks #40

Merged
DanMihailescu merged 9 commits from 18-pre-commit-hooks into master 2025-01-01 09:19:15 -05:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 45988b8806 - Show all commits

View file

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

View file

@ -72,6 +72,7 @@
"@prisma/client": "6.0.1",
"@tailwindcss/typography": "^0.5.15",
"dayjs": "^1.11.13",
"eslint_d": "^14.3.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.4",
"lucia": "^3.2.2",