This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d2099a
commit 8f35ec7
Showing
2 changed files
with
1,887 additions
and
4,404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
Oops, something went wrong.