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
jshintrc should be named .jshintrc. With that change, jshint will generate the following warnings:
$ jshint src/js/pebble-js-app.js
src/js/pebble-js-app.js: line 200, col 18, 'MessageQueue' was used before it was defined.
src/js/pebble-js-app.js: line 11, col 23, 'window' is not defined.
src/js/pebble-js-app.js: line 51, col 17, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 273, col 25, 'toString' is not defined.
src/js/pebble-js-app.js: line 296, col 21, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 307, col 21, 'clearTimeout' is not defined.
src/js/pebble-js-app.js: line 358, col 25, 'window' is not defined.
7 errors
Happy to submit a PR to resolve the above. I can also include a Travis configuration to catch future warnings.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8752532-jshint-warnings?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
jshintrc
should be named.jshintrc
. With that change,jshint
will generate the following warnings:Happy to submit a PR to resolve the above. I can also include a Travis configuration to catch future warnings.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8752532-jshint-warnings?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2453141&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: