-
Notifications
You must be signed in to change notification settings - Fork 51
Linted code #17
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
base: master
Are you sure you want to change the base?
Linted code #17
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 [email protected]
|
|
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