Skip to content

chore: linting fixes #2231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
Merged

chore: linting fixes #2231

merged 2 commits into from
Jul 14, 2025

Conversation

tusharpandey13
Copy link
Contributor

@tusharpandey13 tusharpandey13 commented Jul 14, 2025

This PR fixes import ordering across several files to align with our linting rules. This improves code consistency and readability.

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

📋 Changes

Changed src/client/helpers/get-access-token.ts: Adjusted import order.
Changed src/client/hooks/use-user.ts: Adjusted import order.
Changed src/server/cookies.test.ts: Adjusted import formatting.
Changed src/types/index.ts: Adjusted export formatting.

🎯 Testing

Automated:
This is a code style change and is covered by existing tests and linting checks.

@tusharpandey13 tusharpandey13 requested a review from a team as a code owner July 14, 2025 14:49
@tusharpandey13 tusharpandey13 enabled auto-merge (squash) July 14, 2025 14:49
@tusharpandey13 tusharpandey13 changed the title chore: Fix import order chore: linting Jul 14, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.01%. Comparing base (7c30cee) to head (0676b05).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2231   +/-   ##
=======================================
  Coverage   85.01%   85.01%           
=======================================
  Files          24       24           
  Lines        2309     2309           
  Branches      429      429           
=======================================
  Hits         1963     1963           
  Misses        340      340           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tusharpandey13 tusharpandey13 changed the title chore: linting chore: linting fixes Jul 14, 2025
@tusharpandey13 tusharpandey13 merged commit 4e3a2fe into main Jul 14, 2025
12 checks passed
@tusharpandey13 tusharpandey13 deleted the chore/linting-14-july branch July 14, 2025 15:05
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.

3 participants