Skip to content

Commit

Permalink
fix: commit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Nov 18, 2024
1 parent 5b7e157 commit e40b142
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 980 deletions.
1 change: 0 additions & 1 deletion .commitlintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import rules from '@commitlint/config-conventional';

export default rules;
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/runtime": "7.25.0",
"@babel/runtime": "7.26.0",
"@crowdin/cli": "4.1.1",
"@leather.io/bitcoin": "workspace:*",
"@leather.io/eslint-config": "workspace:*",
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@babel/runtime": "7.25.0",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@babel/runtime": "7.26.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@leather.io/eslint-config": "workspace:*",
"@leather.io/prettier-config": "workspace:*",
"@leather.io/tsconfig-config": "workspace:*",
"@ls-lint/ls-lint": "2.2.3",
"@vitest/coverage-v8": "2.1.5",
"dependency-cruiser": "16.3.10",
"dependency-cruiser": "16.6.0",
"eslint": "8.53.0",
"husky": "9.1.4",
"prettier": "3.3.3",
Expand All @@ -50,7 +49,7 @@
},
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.13.2",
"pnpm": ">=9.11.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/runtime": "7.25.0",
"@babel/runtime": "7.26.0",
"@leather.io/eslint-config": "workspace:*",
"@leather.io/models": "workspace:*",
"@leather.io/panda-preset": "workspace:*",
Expand Down
Loading

0 comments on commit e40b142

Please sign in to comment.