Skip to content

fix: enforce const declaration for unchanged variables in csvExport#331

Open
DebasmitaBose0 wants to merge 1 commit into
Akshay473:mainfrom
DebasmitaBose0:fix/csv-export-prefer-const
Open

fix: enforce const declaration for unchanged variables in csvExport#331
DebasmitaBose0 wants to merge 1 commit into
Akshay473:mainfrom
DebasmitaBose0:fix/csv-export-prefer-const

Conversation

@DebasmitaBose0

Copy link
Copy Markdown
Contributor

Closes #330

Summary

Fixed prefer-const linter violation in csvExport.

Changes Made

  • Changed let text to const text inside the formatCsvValue helper.

Testing

  • Verified eslint output.

Impact

Keeps code quality compliant with strict repository rules.

Checklist

  • Code follows project standards
  • Tested locally
  • No unrelated changes included
  • Responsive design verified
  • Accessibility considered

@vercel

vercel Bot commented Jun 6, 2026

Copy link
Copy Markdown

@DebasmitaBose0 is attempting to deploy a commit to the akshay473's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[GSSOC] Enforce const declaration for unchanged variables in csvExport

1 participant