-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixes #15 - Adds ESLint #31
Conversation
88b3993
to
36a09cd
Compare
Pull Request Test Coverage Report for Build 9453404876Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 9453404876Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9453419588Details
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 9453419588Details
💛 - Coveralls |
I wasn't sure if we should add the linter check to the CI, I think it'd be cool to have it but I checked Django's CI config and didn't see it being run so wasn't sure if I should add it here or not |
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! Looks almost perfect. Thanks for the help working on this.
36a09cd
to
af5a152
Compare
Pull Request Test Coverage Report for Build 9468427083Details
💛 - Coveralls |
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!
Fixes #15 - Adds ESLint along with relevant
.eslintrc
file (copied from thedjango
repo so we have the same config).All the changes in the JS files are just the fixes so linter is passing.