-
Notifications
You must be signed in to change notification settings - Fork 4
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
It can't identify camelCase from Object keys #1
Comments
It's been a while since I've worked with this, and it'll be some time until I'm going to be able to look into this, but the likely place for this to be fixed would be here, as another item in the array. EDIT: Rereading your issue, I'm actually not sure what the issue is. Are you trying to correct the |
Thank for your reply. Wanted:
Actual(eslint-plugin-more-naming-conventions):
Solved. I found another plugin to solve my problem, thank you for your help. |
I will be keeping this issue open as this doesn't resolve the issue in this package. Thanks for the info. |
// counter.js
// terminal
======================
Question:
How can I fix camelCase of Object keys?
The text was updated successfully, but these errors were encountered: