-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 👷 updating husky and commitlint
- Loading branch information
Showing
5 changed files
with
668 additions
and
11 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pnpm dlx commitlint --edit $1 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pnpm format-and-lint |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export default { extends: ["@commitlint/config-conventional"] }; |
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 |
---|---|---|
|
@@ -5,12 +5,16 @@ | |
"build": "turbo build", | ||
"dev": "turbo dev", | ||
"format-and-lint": "biome check .", | ||
"format-and-lint:fix": "biome check . --write" | ||
"format-and-lint:fix": "biome check . --write", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@tanstack/router-devtools": "^1.94.1", | ||
"@tanstack/router-plugin": "^1.94.1", | ||
"husky": "^9.1.7", | ||
"prettier": "^3.2.5", | ||
"turbo": "^2.3.3", | ||
"typescript": "5.5.4" | ||
|
@@ -19,7 +23,10 @@ | |
"node": ">=18" | ||
}, | ||
"packageManager": "[email protected]", | ||
"workspaces": ["apps/*", "packages/*"], | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*" | ||
], | ||
"dependencies": { | ||
"@tanstack/react-router": "^1.94.1" | ||
} | ||
|
Oops, something went wrong.