18 pre commit hooks #40
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
bunx prettier . --write
|
bunx prettier . --write
|
||||||
bunx eslint $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)
|
bunx eslint_d $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@
|
||||||
"@prisma/client": "6.0.1",
|
"@prisma/client": "6.0.1",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
|
"eslint_d": "^14.3.0",
|
||||||
"graphql": "^16.9.0",
|
"graphql": "^16.9.0",
|
||||||
"graphql-yoga": "^5.10.4",
|
"graphql-yoga": "^5.10.4",
|
||||||
"lucia": "^3.2.2",
|
"lucia": "^3.2.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue