Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:

- name: Install dependencies
shell: bash
run: yarn install
run: HUSKY=0 yarn install
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
yarn format:check
yarn typecheck
yarn lint
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\"",
"typecheck": "yarn workspaces foreach -A run typecheck",
"lint": "eslint ."
"lint": "eslint .",
"prepare": "husky"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"concurrently": "^9.1.2"
"concurrently": "^9.1.2",
"husky": "^9.1.7"
},
"dependencies": {
"eslint": "^9.22.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2560,6 +2560,7 @@ __metadata:
dependencies:
concurrently: "npm:^9.1.2"
eslint: "npm:^9.22.0"
husky: "npm:^9.1.7"
prettier: "npm:^3.5.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2869,6 +2870,15 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.1.7":
version: 9.1.7
resolution: "husky@npm:9.1.7"
bin:
husky: bin.js
checksum: 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
languageName: node
linkType: hard

"iconv-lite@npm:0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down