-
Notifications
You must be signed in to change notification settings - Fork 50
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
CP-1062 eslint, karma-jspm #101
Conversation
@@ -0,0 +1,24 @@ | |||
{ | |||
"rules": { | |||
"indent": [ |
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.
can you make this the default 4 space indent (more consistent with other OSS JS repos from our org)?
Done |
['catch'](function(e) { | ||
throw e; | ||
}); | ||
['catch'](function(e) { |
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.
this chunk still looks like 2 space indents
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.
Let me fix that
@valotas This pull request has merge conflicts, please resolve. |
…slint Conflicts: src/adapter.js src/init.js
@valotas This pull request has merge conflicts, please resolve. |
@valotas , If we intend on moving ahead with this, can you resolve the merge conflicts? |
@dustinlessard-wf I almost forgot that. I fixed the conflicts last time, but I don't feel like doing it every month or so :). So let me know if you feel like merging it and I'll fix them. |
Conflicts: src/adapter.js src/init.js
@evanweible-wf I've merged your pr but there were some remaining warnings that I've fixed. It looks like this PR can be merged now. Thanks a lot for the pr anyway! |
+1 |
+1 |
@jayudey-wf ready for merge |
QA Resource Approval: +10
Merging into master. |
Make use of basic eslint rules and fixed warnings