Skip to content

chore: resolve linting and dependency errors#10

Merged
Rishavraaj merged 3 commits intomainfrom
fix-linting
Mar 3, 2026
Merged

chore: resolve linting and dependency errors#10
Rishavraaj merged 3 commits intomainfrom
fix-linting

Conversation

@anujeet98
Copy link
Contributor

@anujeet98 anujeet98 commented Mar 3, 2026

  • Add step to CI workflow to check linting.
  • Replaced implicit and explicit any types with appropriate interfaces in ChatController.ts.
  • Replaced non-deterministic waitForLoadState("networkidle") calls in Playwright tests with specific locator-based waits.
  • Fixed empty catch blocks in test scripts to adhere to linting rules and improve error visibility.
  • Refactored multiple jest.config.cts and jest.config.js files to jest.config.ts to aligns the project with modern ESM standards and leverages TypeScript for test configurations.
  • Migrated the main application's next.config.js to next.config.ts
  • Updated package.json in various libraries to fix peer dependency warnings and resolve linting errors.

@anujeet98 anujeet98 force-pushed the fix-linting branch 3 times, most recently from a43d851 to 65cfea3 Compare March 3, 2026 10:01
@Rishavraaj Rishavraaj merged commit 77b8c45 into main Mar 3, 2026
1 of 2 checks passed
@Rishavraaj Rishavraaj deleted the fix-linting branch March 3, 2026 10:51
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