Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
chore(package): husky setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Apr 22, 2024
1 parent 7d2099a commit 8f35ec7
Show file tree
Hide file tree
Showing 2 changed files with 1,887 additions and 4,404 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
"build": "dotenv -- turbo build",
"dev": "dotenv -- turbo dev",
"lint": "dotenv -- turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"postinstall": "husky install"
},
"devDependencies": {
"@buma/eslint-config": "workspace:*",
"@buma/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "latest",
"dotenv-cli": "latest"
"dotenv-cli": "latest",
"husky": "^9.0.11"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 8f35ec7

Please sign in to comment.