{"id":17963843,"url":"https://github.com/bramstein/jslint","last_synced_at":"2025-07-10T22:07:31.269Z","repository":{"id":907904,"uuid":"666560","full_name":"bramstein/jslint","owner":"bramstein","description":"JSLint: The JavaScript Quality Tool, command line version (Node.js)","archived":false,"fork":false,"pushed_at":"2011-02-08T10:24:14.000Z","size":376,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T02:41:17.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bramstein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-14T14:33:00.000Z","updated_at":"2020-07-26T15:22:06.000Z","dependencies_parsed_at":"2022-08-16T11:25:17.165Z","dependency_job_id":null,"html_url":"https://github.com/bramstein/jslint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bramstein/jslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fjslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fjslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fjslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fjslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramstein","download_url":"https://codeload.github.com/bramstein/jslint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramstein%2Fjslint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264674667,"owners_count":23647841,"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-10-29T11:45:37.382Z","updated_at":"2025-07-10T22:07:31.221Z","avatar_url":"https://github.com/bramstein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\nA Node.js front-end for JSLint which allows you to set all JSLint options through the command line or a JSON configuration file. It also supports reading from stdin, so it can be used in a Unix pipe.\n\nInstallation\n============\nYou will first need to install the \"jslint-core\" module and then the command line front-end:\n\n    npm install https://github.com/One-com/jslint-core/tarball/module\n    npm install https://github.com/bramstein/jslint/tarball/master\n\nUsage\n=====\n\n    jslint [OPTIONS] [FILES]\n\nYou can also use jslint with stream processing to---for example---pipe in the contents of a file:\n\n    cat myfile.js | jslint [OPTIONS]\n\nOptions\n=======\nAll JSLint specific options are documented in detail on the [official JSLint documentation](http://www.jslint.com/lint.html). This command line front-end supports several additional options:\n\n * --config CONFIG: use a given JSON formatted configuration file.\n * --help: Print help message.\n * --version: Print the JSLint edition.\n * --xmlout: Format the output in XML for use with Hudson.\n\nTo mimick the original JSLint command-line configuration (rhino.js) you can use the following JSON configuration file:\n    {\n        \"bitwise\": true,\n        \"eqeqeq\": true,\n        \"immed\": true,\n        \"newcap\": true,\n        \"nomen\": true,\n        \"onevar\": true,\n        \"plusplus\": true,\n        \"regexp\": true,\n        \"rhino\": true,\n        \"undef\": true,\n        \"white\": true\n    }\n\nAnd use it:\n    jslint --config myconfig.json [FILES]\n\nIf your project uses a lot of predefined variables, you can declare them either via multiple \"--predef\" command line options, or an array of strings in the JSON configuration file. JSLint will look for a configuration file called `jslintrc` in either the current directory, your home directory or `/etc/`.\n\nCredits\n=======\n* Douglas Crockford ([JSLint](http://www.jslint.com/))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramstein%2Fjslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramstein%2Fjslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramstein%2Fjslint/lists"}