Skip to content
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

Looked for trouble spots with JSHint #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Looked for trouble spots with JSHint #11

wants to merge 1 commit into from

Conversation

mcandre
Copy link

@mcandre mcandre commented May 9, 2013

JSHint is a nice little tool for looking for potential sources of bugs in JavaScript code. I ran jshint . to look for things to improve on. There were a few warnings in the generated code files, but I was able to hide them all by including a .jshintignore. I'm happy to report that your code passes the current version of JSHint 100%, with no warnings whatsoever!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant