{"id":13403571,"url":"https://github.com/jshint/jshint","last_synced_at":"2025-05-13T19:14:16.088Z","repository":{"id":1327146,"uuid":"1272666","full_name":"jshint/jshint","owner":"jshint","description":"JSHint is a tool that helps to detect errors and potential problems in your JavaScript code","archived":false,"fork":false,"pushed_at":"2025-02-13T17:18:03.000Z","size":20146,"stargazers_count":9027,"open_issues_count":457,"forks_count":1642,"subscribers_count":289,"default_branch":"main","last_synced_at":"2025-05-13T13:41:36.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jshint.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jshint.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-01-19T22:28:53.000Z","updated_at":"2025-05-13T01:35:16.000Z","dependencies_parsed_at":"2023-07-06T07:34:44.627Z","dependency_job_id":"9430c295-5c9b-42f8-9489-6a4a00e0c095","html_url":"https://github.com/jshint/jshint","commit_stats":{"total_commits":1952,"total_committers":280,"mean_commits":"6.9714285714285715","dds":0.7474385245901639,"last_synced_commit":"0a5644f8f529e252e7dd0c0d54334ae435b13de0"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshint%2Fjshint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshint%2Fjshint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshint%2Fjshint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshint%2Fjshint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jshint","download_url":"https://codeload.github.com/jshint/jshint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253955035,"owners_count":21990154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T19:01:31.769Z","updated_at":"2025-05-13T19:14:16.067Z","avatar_url":"https://github.com/jshint.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Please find below the links to awesome cheat-sheet and resources:","Javascript","Linters","{{ Format Config }}","Uncategorized","Linters and Formatters"],"sub_categories":["Javascript:","Development","JavaScript","Code Quality","Uncategorized","Linters"],"readme":"# JSHint, A Static Code Analysis Tool for JavaScript\n\n\\[ [Use it online](http://jshint.com/) •\n[Docs](http://jshint.com/docs/) • [FAQ](http://jshint.com/docs/faq) •\n[Install](http://jshint.com/install/) •\n[Contribute](http://jshint.com/contribute/) •\n[Blog](http://jshint.com/blog/) • [Twitter](https://twitter.com/jshint/) \\]\n\n[![NPM version](https://img.shields.io/npm/v/jshint.svg?style=flat)](https://www.npmjs.com/package/jshint)\n[![Linux Build Status](https://img.shields.io/travis/jshint/jshint/master.svg?style=flat\u0026label=Linux%20build)](https://travis-ci.org/jshint/jshint)\n[![Windows Build status](https://img.shields.io/appveyor/ci/jshint/jshint/master.svg?style=flat\u0026label=Windows%20build)](https://ci.appveyor.com/project/jshint/jshint/branch/master)\n[![Coverage Status](https://img.shields.io/coveralls/jshint/jshint.svg?style=flat)](https://coveralls.io/r/jshint/jshint?branch=master)\n\nJSHint is a community-driven tool that detects errors and potential problems in\nJavaScript code. Since JSHint is so flexible, you can easily adjust it in \nthe environment you expect your code to execute. JSHint is publicly available\nand will always stay this way.\n\n## Our goal\n\nThe project aims to help JavaScript developers write complex programs\nwithout worrying about typos and language gotchas.\n\nAny code base eventually becomes huge at some point, so simple mistakes — that\nwould not show themselves when written — can become show stoppers and add \nextra hours of debugging. So, static code analysis tools come into play\nand help developers spot such problems. JSHint scans a program written in\nJavaScript and reports about commonly made mistakes and potential bugs. The\npotential problem could be a syntax error, a bug due to an implicit type\nconversion, a leaking variable, or something else entirely.\n\nOnly 15% of all programs linted on [jshint.com](http://jshint.com) pass the\nJSHint checks. In all other cases, JSHint finds some red flags that could've\nbeen bugs or potential problems.\n\nPlease note, that while static code analysis tools can spot many different kind\nof mistakes, it can't detect if your program is correct, fast or has memory\nleaks. You should always combine tools like JSHint with unit and functional\ntests as well as with code reviews.\n\n## Reporting a bug\n\nTo report a bug simply create a\n[new GitHub Issue](https://github.com/jshint/jshint/issues/new) and describe\nyour problem or suggestion. We welcome all kinds of feedback regarding\nJSHint including but not limited to:\n\n * When JSHint doesn't work as expected\n * When JSHint complains about valid JavaScript code that works in all browsers\n * When you simply want a new option or feature\n\nBefore reporting a bug, please look around to see if there are any open or closed tickets\nthat discuss your issue, and remember the wisdom: pull request \u003e bug report \u003e tweet.\n\n## Who uses JSHint?\n\nEngineers from these companies and projects use JSHint:\n\n* [Mozilla](https://www.mozilla.org/)\n* [Wikipedia](https://wikipedia.org/)\n* [Facebook](https://facebook.com/)\n* [Twitter](https://twitter.com/)\n* [Disqus](https://disqus.com/)\n* [Medium](https://medium.com/)\n* [Yahoo!](https://yahoo.com/)\n* [SmugMug](http://smugmug.com/)\n* [jQuery UI](https://jqueryui.com/) ([Source](https://github.com/jquery/jquery-ui/blob/master/package.json))\n* [jQuery Mobile](https://jquerymobile.com/) ([Source](https://github.com/jquery/jquery-mobile/blob/master/package.json#))\n* [Coursera](http://coursera.com/)\n* [RedHat](http://redhat.com/)\n* [SoundCloud](http://soundcloud.com/)\n* [Nodejitsu](http://nodejitsu.com/)\n* [Yelp](https://yelp.com/)\n* [Find My Electric](https://www.findmyelectric.com/)\n* [Voxer](http://voxer.com/)\n* [EnyoJS](http://enyojs.com/)\n* [QuickenLoans](http://quickenloans.com/)\n* [Cloud9](http://c9.io/)\n* [CodeClimate](https://codeclimate.com/)\n* [Zendesk](http://zendesk.com/)\n* [Google](https://www.google.com/)\n* [Codacy](https://www.codacy.com) [ref](https://support.codacy.com/hc/en-us/articles/207995005-Special-Thanks)\n* [Spotify](https://www.spotify.com)\n\nAnd many more!\n\n## License\n\nJSHint is licensed under [the MIT Expat\nlicense](https://www.gnu.org/licenses/license-list.html#Expat).\n\nPrior to version 2.12.0 (release in August 2020), JSHint was partially licensed\nunder the non-free [JSON\nlicense](https://www.gnu.org/licenses/license-list.html#JSON). [The 2020\nRelicensing document](http://jshint.com/relicensing-2020/) details the process\nmaintainers followed to change the license.\n\n## The JSHint Team\n\nJSHint is currently maintained by [Rick Waldron](https://github.com/rwaldron/),\n[Caitlin Potter](https://github.com/caitp/), [Mike\nPennisi](https://github.com/jugglinmike/), and [Luke\nPage](https://github.com/lukeapage). You can reach them via admin@jshint.org.\n\n## Previous Maintainers\n\nOriginating from the JSLint project in 2010, JSHint has been maintained by a\nnumber of dedicated individuals. In chronological order, they are: Douglas\nCrockford, Anton Kovalyov, and Mike Sherov. We appreciate their long-term\ncommitment!\n\n## Thank you!\n\nWe really appreciate all kinds of feedback and contributions. Thanks for using and supporting JSHint!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshint%2Fjshint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjshint%2Fjshint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshint%2Fjshint/lists"}