Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

JSHint

New JSHint website. Anton Kovalyov Oct 1st, 2013. For the last couple of weeks I've been working on a new homepage for JSHint and today I'm proud to announce the new jshint. com! JSHint Website.

JSHint Reviews and details

Screenshots and images

  • JSHint Landing page
    Landing page //
    2023-07-27

Badges

Promote JSHint. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Improve code quality with JSHint

JSHint- JavaScript Code Quality Tool, detect errors and potential

JavaScript Static Analysis - Linting with JSLint, JSHint, and ESLint

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about JSHint and what they use it for.
  • Trouble with Syntax
    Also, if you are going to code for this sheet and do not know about the website jshint.com, you need to know about jshint.com. Source: 10 months ago
  • I’m trying to play Shinsetsu Mahou Shoujo + but it keeps giving me an error. I’ve tried changing the folder location, and renaming the folder… I also tried English, Japanese, and even Chinese locale. Can anybody help?
    There is an error in some file. Or maybe some wine shenanigans (never used it). You can try searching for the file item-possessionLimit.js and paste it into something like https://jshint.com/ to get an analysis and try to fix it. But it might give you further errors or file might be packed somewhere. Source: 11 months ago
  • Trying not to be a jerk to myself. :(
    If you are coding for this sheet and you do not know about jshint.com ... Source: 12 months ago
  • Find ES6 features in any JS code
    I came across a problem where I had to find the ES6 features used by any javascript project and other data regarding their use. When I reached out to stackoverflow, I could find only one relevant post which asks you to use linters like jshint/jshint or compilers like babel. Jslint didn't seem to report anything specific to ES6 and Babel converts all the ES6+ features to ES5 but doesn't report anything regarding... - Source: dev.to / over 1 year ago
  • The Why & How To Create A Front-End Website Testing Plan
    Javascript Linting parses and checks if any syntax is violating the rule. If a violation occurs, a warning is shown explaining unexpected behavior. Use the online version for small projects: JSLint, ESLint or JSHint. For larger projects, it is recommended to use a task runner like Gulp or Grunt. Linters ensure developers are following the best practices as a result of which few bugs appear during project development. - Source: dev.to / over 1 year ago
  • Help figuring out why script isn't working for an Archivist
    If you don't know https://jshint.com/ and want to script for this sheet, then you should know https://jshint.com/. Source: over 1 year ago
  • Script Help - Background
    If you don't know it, you should: jshint.com That website has saved me a few headaches. Source: almost 2 years ago
  • Modern, faster alternatives to ESLint
    JSHint was created as a more configurable version of JSLint; it was released in 2011 by John Crawford, and similar to ESLint, it helps us detect syntax errors in a JavaScript program. As it aims to be a configurable version of JSLint, and provides a plethora of options that can be disabled or enabled through a configuration file, which allows for some form of flexibility. Each available option is also adequately... - Source: dev.to / almost 2 years ago
  • JSLint error: Move all 'var' declarations to the top of the function
    UPDATE 8/22/2011: found http://jshint.com, it looks much better than http://jslint.com/. Source: almost 2 years ago
  • Best 15.4 shortcuts
    Right, I just tried it on JSHint to see if there is any errors. Source: about 2 years ago
  • Cyclomatic complexity: Why QAs (and Devs) should worry about it
    And another 50 warnings, measured in JSHint. Some words were removed and/or modified to not identify the product and translated to English. - Source: dev.to / over 2 years ago
  • Script-loading script fails on a particular script
    As expected, that code is never executed (neither memsq nor cachedsq exist), so as you point out, the script is not being loaded. I ran both scripts through JSHint, but only got warnings about using the ES6 flag in the site (which I don't know how to do); no errors. The unloaded script works quite well on Node, and when pasting it directly into the console, as I already mentioned, so this script has no errors that... Source: over 2 years ago
  • Help with Modules
    Are you getting the message that you don't have a valid config.js file after you modify the default modules? Try using something like JSHint to confirm that you don't have issues like missing commas or semi-colons and all your brackets and braces tie together. Also, unless you're using the words true/false or numbers, anything else (not the variables but the values you're wanting) generally needs to be surrounded... Source: almost 3 years ago
  • Design an Effective Build Stage for Continuous Integration
    As you can imagine, the language changed a lot over time, and not all its parts are good. Using a linter will help us stay away from the bad parts of JavaScript. In my experience, the ESlint and JSHint linters integrate very well into the CI environment. Any of these can be installed with npm install --save-dev. - Source: dev.to / about 3 years ago

Do you know an article comparing JSHint to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic JSHint discussion

Log in or Post with

This is an informative page about JSHint. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.