A community-driven tool to detect errors and potential problems in JavaScript code and to enforce coding conventions.
I've been having some problems with SublimeLinter3. I recently installed JSHint and Sublime Linter 3 with my package control, and when …
sublimetext3 jshint sublimelinterHi I am having a trouble when my framework is using jshint to validate my javascript code. I have used …
javascript jshintI am reviewing my javascript with JsHint, and it always returns an error, saying that a function is never used. …
javascript jshintI have this code: if ( something is true ) { var someVar = true; } else { var someVar = false; } JsHint is saying that "someVar …
javascript jshintI was just linting some JavaScript code using JSHint. In the code I have two for-loops both used like this: …
javascript for-loop jslint jshintI have the following code: if (typeof console === "object" && typeof console.error === "function") { function e(msg) {"use strict"; …
javascript jslint jshintI've got a Grunt setup which uses Karma+Jasmine and JSHint. Whenever I run JSHint on my spec file, I …
javascript gruntjs jasmine karma-runner jshintI am currently using JSHint with my Gulp workflow, and would like to suppress the semicolon errors when working with …
javascript twitter-bootstrap gulp jshintFor some reason, SublimeLinter3, or the SublimeLinter3 JSHint linter plugin, seems unable to parse the PATH environment variable and is …
sublimetext3 jshint sublimelinterI would like to exclude libs directory from being lint'ed. However, ignores in options and planted .jshintignore file in project …
gruntjs jshint