node-ember icon indicating copy to clipboard operation
node-ember copied to clipboard

Looked for trouble spots with JSHint

Open mcandre opened this issue 11 years ago • 0 comments

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!

mcandre avatar May 09 '13 00:05 mcandre