Skip to content

Commit

Permalink
Fix husky configuration (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift authored Oct 3, 2023
1 parent f21927e commit b6e0d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"docker:build": "pnpm recursive run docker:build",
"eslint:check": "pnpm recursive run eslint:check",
"eslint:fix": "pnpm recursive run eslint:fix",
"prepare": "husky install",
"prettier:check": "pnpm recursive run prettier:check",
"prettier:fix": "pnpm recursive run prettier:fix",
"test": "pnpm recursive run test",
Expand All @@ -23,9 +24,9 @@
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
Expand Down

0 comments on commit b6e0d07

Please sign in to comment.