Skip to content

fix: clear pre-existing Studio editor lint errors#28

Closed
bnz183 wants to merge 1 commit into
feature/public-ready-studio-editor-finalfrom
chore/editor-lint-fix
Closed

fix: clear pre-existing Studio editor lint errors#28
bnz183 wants to merge 1 commit into
feature/public-ready-studio-editor-finalfrom
chore/editor-lint-fix

Conversation

@bnz183

@bnz183 bnz183 commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Routes the lint cleanup into the public-readiness branch through a PR, as required by the branch ruleset.

  • Drop unused initializers in insertFileLink (no-useless-assignment).
  • Scope an eslint-disable around the intentional latest-ref slash-extension pattern (react-hooks/preserve-manual-memoization, react-hooks/refs) — the extension is built once and dispatches to the current handler via a ref, so the Tiptap extension is not rebuilt each render.

No behavior change. pnpm lint, pnpm build, pnpm test, and pnpm test:e2e all pass locally.

🤖 Generated with Claude Code

Drop unused initializers in insertFileLink and scope an eslint-disable
around the intentional latest-ref slash-extension pattern. No behavior
change; build, unit tests, and e2e all pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@bnz183

bnz183 commented Jun 16, 2026

Copy link
Copy Markdown
Owner Author

Superseded by #30, which folded in this lint cleanup along with the P1/P2 review-blocker fixes and has now been merged into the public-readiness branch. Closing as fully included.

@bnz183 bnz183 closed this Jun 16, 2026
@bnz183 bnz183 deleted the chore/editor-lint-fix branch June 16, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant