Skip to content

Commit ffe9ea0

Browse files
committed
docs: fix wording accuracy for err binding change in task 5.7
The catch binding was underscore-prefixed (_err), not removed.
1 parent b857c07 commit ffe9ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tasks/tasks-prd-typescript-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Use Graphite (gt) commands for managing stacked branches:
252252

253253
- [x] 5.6. Update `package.json`: lint script (remove `-c .eslintrc`, use `src/` for recursive linting), test script (remove redundant `pnpm run lint` — CI runs lint separately)
254254

255-
- [x] 5.7. Fix lint errors in newly-linted files: `hasOwnProperty``Object.hasOwn()`, removed unused `isObject` function, removed unused `element` param, removed unused `err` binding, cleaned up stale eslint-disable directives
255+
- [x] 5.7. Fix lint errors in newly-linted files: `hasOwnProperty``Object.hasOwn()`, removed unused `isObject` function, removed unused `element` param, underscore-prefixed unused `err` binding, cleaned up stale eslint-disable directives
256256

257257
- [x] 5.8. Verify: `pnpm run lint` passes (0 errors, 0 warnings), `pnpm run testem` passes (794/794), `pnpm run type-check` passes, `pnpm run build` passes
258258

0 commit comments

Comments
 (0)