You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you forgot to checking the jshint config file?
Running "make"
I'm getting
8 passing (4599ms)
mkdir -p build
./node_modules/jshint/bin/jshint browser.js index.js lib/version.js lib/Renderer.js lib/util.js
lib/Renderer.js: line 8, col 18, 'Renderer' was used before it was defined.
lib/Renderer.js: line 10, col 3, Missing "use strict" statement.
lib/Renderer.js: line 27, col 3, Missing "use strict" statement.
lib/Renderer.js: line 33, col 3, Missing "use strict" statement.
lib/Renderer.js: line 39, col 3, Missing "use strict" statement.
lib/Renderer.js: line 45, col 3, Missing "use strict" statement.
...
The text was updated successfully, but these errors were encountered:
For some reason I didn't add a .jshintrc to the project, so on your box it must be picking one up from an ancestor directory. As you suggested, the best course of action is to add one. I found a few lint errors in the process. Thanks for pointing this out!
I think you forgot to checking the jshint config file?
Running "make"
I'm getting
The text was updated successfully, but these errors were encountered: