Skip to content

Remove naming-convention eslint-disable comments from apps/roam#1064

Merged
mdroidian merged 1 commit into
mainfrom
cursor/remove-naming-convention-comments-877d
May 21, 2026
Merged

Remove naming-convention eslint-disable comments from apps/roam#1064
mdroidian merged 1 commit into
mainfrom
cursor/remove-naming-convention-comments-877d

Conversation

@mdroidian
Copy link
Copy Markdown
Member

Summary

This PR removes all @typescript-eslint/naming-convention eslint-disable comments from the apps/roam directory, following the relaxed naming-convention rules introduced in ENG-1777.

Changes

  • Removed all /* eslint-disable @typescript-eslint/naming-convention */ block comments
  • Removed all // eslint-disable-next-line @typescript-eslint/naming-convention inline comments
  • Removed all // eslint-disable-line @typescript-eslint/naming-convention end-of-line comments

Testing

  • ✅ Ran pnpm lint - all checks passed with exit code 0
  • ✅ No new naming-convention warnings introduced
  • ✅ The relaxed naming rules from ENG-1777 are working correctly for:
    • Object literal properties with hyphens and underscores
    • Destructured variables
    • Type properties
    • Leading underscores

Related Issues

  • Closes ENG-1779
  • Follows up on ENG-1777

Linear Issue: ENG-1779

Open in Web Open in Cursor 

- Removed all /* eslint-disable @typescript-eslint/naming-convention */ comments
- Removed all // eslint-disable-next-line @typescript-eslint/naming-convention comments
- Removed all // eslint-disable-line @typescript-eslint/naming-convention comments
- No new lint warnings introduced - relaxed naming rules from ENG-1777 are working correctly

Relates to ENG-1779
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 21, 2026

ENG-1779

@supabase
Copy link
Copy Markdown

supabase Bot commented May 21, 2026

This pull request has been ignored for the connected project zytfjzqyijgagqxrzbmz because there are no changes detected in packages/database/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@mdroidian mdroidian marked this pull request as ready for review May 21, 2026 06:57
@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app Bot commented May 21, 2026

PR size/scope check

This PR is over our review-size guideline.

  • Recommended: ~200 lines changed
  • Acceptable limit: up to 400 lines when well-scoped/self-contained
  • Preferred file count: fewer than 5 files

Please split this into smaller PRs unless there is a clear reason the changes need to land together.

If keeping it as one PR, please add a brief justification covering:

  • What single problem this PR solves
  • Why the files/changes are coupled

@mdroidian mdroidian merged commit f26ab6a into main May 21, 2026
9 checks passed
@mdroidian mdroidian deleted the cursor/remove-naming-convention-comments-877d branch May 21, 2026 06:58
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