Skip to content

chore: add max-len rule to eslint config #6269

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riyap03
Copy link

@riyap03 riyap03 commented Jul 31, 2025

Summary

This PR adds the missing max-len ESLint rule as part of issue #6029.

✅ Changes made:

  • Added 'max-len': ['error', { code: 100 }] to enforce line length consistency.

The 'comma-dangle' rule already existed, so this completes the remaining part.

Let me know if anything needs adjustments!

— Riya 🌸

Checklist

@Eomm
Copy link
Member

Eomm commented Jul 31, 2025

we have already an open PR for it:
#6221

would you mind help to finalize that one instead?

@riyap03
Copy link
Author

riyap03 commented Jul 31, 2025

Thank you for pointing it out! I’ll check #6221 and see if I can help finalize it.
Happy to contribute however I can 😊

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