A community-driven tool to detect errors and potential problems in JavaScript code and to enforce coding conventions.
I'd like to turn off particular warnings globally when using Sublime Text 2's JSHint plugin. For instance, "laxcomma". I tried …
sublimetext2 jshintI am using JSHint and I want to turn off cyclomatic complexity. How can I do this?
javascript node.js jshint cyclomatic-complexityI'm getting this error when I try to compile with Grunt. I haven't used it much before but I seem …
gruntjs jshint grunt-contrib-jshintI'm using JSHint, and it got the following error: Script URL. Which I noticed that happened because on this particular …
javascript validation jshintWhere can I get the complete list of JSHint default options. I tried searching online but couldn't find anything. EDIT: …
javascript coding-style jshintSay I run JSHint on a file. It reports back 83% of the errors. I want 100% of the errors, but by …
jshintI'm using the es6-module-transpiler, esprima and JSHint with esnext: true options. JSHint complains when I put: export default = { some: …
javascript jshint ecmascript-harmony esprimaWhat the difference and purpose of having both of them in the .jshintrc? When I want to add a variable …
node.js jshint grunt-contrib-jshintHow do I need to modify these lines to make jshint happy? An assignment is an expression. Why doesn't jshint …
javascript jshintI recently received a comment on one of my blog posts about JSLint asking why JSLint threw an error with …
javascript ternary-operator jslint jshint