diff --git a/.husky/pre-commit b/.husky/pre-commit index c68cb92..fe63e81 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -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) diff --git a/package.json b/package.json index 0734bb3..8ce2687 100644 --- a/package.json +++ b/package.json @@ -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",