Conversation
|
Line 1070 of index.js is the only line that doesn't pass the linter now. What is this line doing? |
|
I tried to make the .jscsrc file reflect the existing code as much as possible, because I assumed that's your code style preference. If it's not, do you prefer one of the presets, like Google, jQuery, Crockford, MDCS, etc.? |
|
linter does not like if the line is just an expression. This line is a Markko On Sun, Mar 22, 2015 at 8:27 PM, Anders Riutta notifications@github.com
|
|
Thanks. I changed it to use an |
|
Added a README for the example. Should the redirect URI be |
Hello,
This pull request should only change the linting. I added .jshintrc and .jscsrc files for the existing code and then updated index.js to pass the linters.
-AR