Wähle deine Sprache

Startseite arrow-right ... arrow-right Entwicklung-Software arrow-right Webentwicklungstools arrow-right JSHint

Wir haben eine Liste von 3 kostenlosen und kostenpflichtigen Alternativen zu JSHint zusammengestellt. Zu den Hauptkonkurrenten gehören VWO Fullstack, CodeFactor.io. Neben diesen vergleichen Benutzer auch JSHint mit Houndci. Außerdem können Sie hier auch andere ähnliche Optionen ansehen: Entwicklung-Software, Webentwicklungstools.


Testen und implementieren Sie mühelos komplizierte Funktionen mit VWO FullStack. Es bietet serverseitige Anpassungsfähigkeit für verschiedene Experimente mit tiefgreifender Segmentierung und gewährleistet optimale Leistung und konsistente Nutzererle…

Automatisierte Codeüberprüfung für GIT.

Ihr Code, immer mit Stil

JSHint, a static code analysis tool for JavaScript

JSHint Plattformen

Linux Linux
Mac Mac
Web-Based Web-Based
Windows Windows

JSHint Überblick

JSHint is a community-driven tool that detects errors and potential problems in JavaScript code. Since JSHint is so flexible, you can easily adjust it in the environment you expect your code to execute. JSHint is open source and will always stay this way.

The project aims to help JavaScript developers write complex programs without worrying about typos and language gotchas.

Any code base eventually becomes huge at some point, so simple mistakes — that would not show themselves when written — can become show stoppers and add extra hours of debugging. So, static code analysis tools come into play and help developers spot such problems. JSHint scans a program written in JavaScript and reports about commonly made mistakes and potential bugs. The potential problem could be a syntax error, a bug due to an implicit type conversion, a leaking variable, or something else entirely.

Only 15% of all programs linted on jshint.com pass the JSHint checks. In all other cases, JSHint finds some red flags that could've been bugs or potential problems.

Please note, that while static code analysis tools can spot many different kind of mistakes, it can't detect if your program is correct, fast or has memory leaks. You should always combine tools like JSHint with unit and functional tests as well as with code reviews.

Top JSHint Alternativen

Teilen Sie Ihre Meinung zur Software, hinterlassen Sie eine Bewertung und helfen Sie dabei, sie noch besser zu machen!

JSHint Tags

javascript-code static-code-analysis source-code-analysis code-quality-analysis

Änderungen vorschlagen

() out of 5
Siehe Vergleiche

Ihr Feedback

Wähle eine Bewertung
Bitte wählen Sie eine Bewertung aus

Your vote has been counted.

Do you have experience using this software?