also looking at this
chore(deps): update dependency @stacksjs/eslint-config to 4.14.0-beta.3
#16
1 file
+13
-6
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -68,13 +68,13 @@ | ||
| 68 | 68 | "marked": "^15.0.11" |
| 69 | 69 | }, |
| 70 | 70 | "devDependencies": { |
| 71 | "@stacksjs/bumpx": "^0.1.13", | |
| 71 | "@stacksjs/bumpx": "^0.1.17", | |
| 72 | 72 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 73 | 73 | "@stacksjs/gitlint": "^0.1.5", |
| 74 | 74 | "@stacksjs/logsmith": "^0.1.8", |
| 75 | 75 | "@types/bun": "^1.2.10", |
| 76 | 76 | "@types/marked": "^6.0.0", |
| 77 | "buddy-bot": "^0.8.8", | |
| 77 | "buddy-bot": "^0.8.9", | |
| 78 | 78 | "bun-git-hooks": "^0.2.19", |
| 79 | 79 | "bun-plugin-dtsx": "^0.21.9", |
| 80 | 80 | "bunfig": "^0.8.3", |
| @@ -86,9 +86,9 @@ | ||
| 86 | 86 | "git-hooks": { |
| 87 | 87 | "pre-commit": { |
| 88 | 88 | "staged-lint": { |
| 89 | "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" | |
| 89 | "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" | |
| 90 | 90 | } |
| 91 | 91 | }, |
| 92 | "commit-msg": "bunx gitlint --edit $1" | |
| 92 | "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" | |
| 93 | 93 | } |
| 94 | 94 | } |