Skip to content

fix: resolve no-empty lint errors in WarpText - #1047

Open
houssamb4 wants to merge 1 commit into
DavidHDev:mainfrom
houssamb4:fix/lint-cleanup
Open

fix: resolve no-empty lint errors in WarpText#1047
houssamb4 wants to merge 1 commit into
DavidHDev:mainfrom
houssamb4:fix/lint-cleanup

Conversation

@houssamb4

Copy link
Copy Markdown
Contributor

This PR fixes ESLint no-empty errors in the WarpText component by replacing empty catch blocks with explicit no-op statements

Copilot AI lite review requested due to automatic review settings August 15, 2026 16:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses ESLint no-empty violations in the WarpText animation component by replacing previously empty catch {} blocks with explicit no-op statements, keeping the existing “ignore errors” behavior while satisfying lint requirements.

Changes:

  • Replace an empty catch {} around await document.fonts.ready with an explicit no-op in the catch block.
  • Replace an empty catch {} during WebGL cleanup/teardown with an explicit no-op in the catch block.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants