JSHint

JSHint is a tool that helps to detect errors and potential problems in your JavaScript code (by jshint)

JSHint Alternatives

Similar projects and alternatives to JSHint

  1. TypeScript

    1,423 JSHint VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. jest

    521 JSHint VS jest

    Delightful JavaScript Testing.

  4. prettier

    481 JSHint VS prettier

    Prettier is an opinionated code formatter.

  5. ESLint

    430 JSHint VS ESLint

    Find and fix problems in your JavaScript code.

  6. webpack

    367 JSHint VS webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  7. redux

    302 JSHint VS redux

    A JS library for predictable global state management

  8. Sass

    222 JSHint VS Sass

    Sass makes CSS fun!

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. lodash

    213 JSHint VS lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

  11. berry

    207 JSHint VS berry

    📦🐈 Active development trunk for Yarn ⚒

  12. babel-sublime

    160 JSHint VS babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  13. Standard

    77 JSHint VS Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

  14. infer

    42 JSHint VS infer

    A static analyzer for Java, C, C++, and Objective-C

  15. underscore

    38 JSHint VS underscore

    JavaScript's utility _ belt

  16. JSLint

    19 JSHint VS JSLint

    JSLint, The JavaScript Code Quality and Coverage Tool

  17. PMD

    23 JSHint VS PMD

    An extensible multilanguage static code analyzer.

  18. eslint-config-prettier

    Turns off all rules that are unnecessary or might conflict with Prettier.

  19. karma

    11 JSHint VS karma

    Spectacular Test Runner for JavaScript

  20. jsinspect

    1 JSHint VS jsinspect

    Detect copy-pasted and structurally similar code

  21. jscs

    1 JSHint VS jscs
  22. jsfmt

    0 JSHint VS jsfmt

    For formatting, searching, and rewriting JavaScript.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better JSHint alternative or higher similarity.

JSHint discussion

Log in or Post with

JSHint reviews and mentions

Posts with mentions or reviews of JSHint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-08.
  • ESLint adoption guide: Overview, examples, and alternatives
    11 projects | dev.to | 8 Aug 2024
    Emerging as a fork of JSLint, JSHint was introduced to offer developers more configuration options. Despite this, it remains less flexible than ESLint, particularly in terms of rule customization and plugin support, limiting its adaptability to diverse project needs. The last release dates back to 2022.
  • Mastering Node.js
    27 projects | dev.to | 11 Jul 2024
    JSHint is a code-checking tool that'll save you loads of time finding stupid errors. Find a plugin for your text editor that will automatically run it on your code.
  • 45 NPM Packages to Solve 16 React Problems
    22 projects | dev.to | 14 Nov 2023
    jshint -> Old library
  • Trouble with Syntax
    1 project | /r/mpmb | 28 Jun 2023
    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
  • 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?
    1 project | /r/visualnovels | 6 Jun 2023
    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.
  • Trying not to be a jerk to myself. :(
    1 project | /r/mpmb | 29 Apr 2023
    If you are coding for this sheet and you do not know about jshint.com ...
  • Front-end Guide
    54 projects | dev.to | 23 Nov 2022
    JSHint
  • Find ES6 features in any JS code
    3 projects | dev.to | 14 Oct 2022
    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 which constructs were used or how many times they were used. However, Jshint reported all ES6 features used in the code along with some metadata. And, to suit my needs, I ended up writing a python script that calls Jshint on all JS files in a project and presents the features used in the project and the number of times they were used across all files. You can find the code here : jsHintRunner
  • The Why & How To Create A Front-End Website Testing Plan
    3 projects | dev.to | 13 Oct 2022
    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.
  • Help figuring out why script isn't working for an Archivist
    1 project | /r/mpmb | 30 Jul 2022
    If you don't know https://jshint.com/ and want to script for this sheet, then you should know https://jshint.com/
  • A note from our sponsor - SurveyJS
    surveyjs.io | 20 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Stats

Basic JSHint repo stats
22
9,028
0.0
3 months ago

jshint/jshint is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of JSHint is JavaScript.


Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?