-
-
Notifications
You must be signed in to change notification settings - Fork 13
chore: use kebab-case for file names #130
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
Conversation
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks.
Can you pls resolve the conflicts? |
…hore-use-kabab-case-in-file-name
@amareshsm Sure! I've resolved merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks.
Prerequisites checklist
What is the purpose of this pull request?
In this PR, I've made a small change.
LabeledSelect.tsx
was the only file not using kebab-case for its file name, so I renamed it to use kebab-case for consistency.All other files in the Code Explorer follow kebab-case for file names. So, this change would improve consistency across the code base.
What changes did you make? (Give an overview)
LabeledSelect.tsx
was the only file not using kebab-case for its file name, so I renamed it to use kebab-case for consistency.Related Issues
N/A
Is there anything you'd like reviewers to focus on?
N/A