-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1206 eslint repair camel case #2925
Conversation
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.
nice!
Hi @jrosendahl Thanks for putting together all these changes. The changes here look good. However there was another bidder recently merged into master that appears to fail the new lint checks. Could you rebase off of master to incorporate this bidder ( Below is a copy of the lint errors for reference:
We should be good to merge at that point. |
Should be updated, let me know if you need anything else. |
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.
Thanks for the updates!
* Camel Case issues addresed * after merge cleanup * updated between adapter
* Camel Case issues addresed * after merge cleanup * updated between adapter
* Camel Case issues addresed * after merge cleanup * updated between adapter
* Camel Case issues addresed * after merge cleanup * updated between adapter
* Camel Case issues addresed * after merge cleanup * updated between adapter
Type of change
Description of change
Enabled camelCase checking in .eslintrc
Made necessary code changes for linting to pass
Added one eslint ignore line for potential global variable
Other information
Addresses Issue 1206