{"id":13906607,"url":"https://github.com/AtomLinter/linter-jshint","last_synced_at":"2025-07-18T04:32:00.597Z","repository":{"id":16170066,"uuid":"18916316","full_name":"AtomLinter/linter-jshint","owner":"AtomLinter","description":"Atom linter plugin for JavaScript, using jshint.","archived":true,"fork":false,"pushed_at":"2023-08-04T01:42:19.000Z","size":1238,"stargazers_count":147,"open_issues_count":100,"forks_count":39,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-07T23:48:37.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MarlinFirmware/Marlin","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtomLinter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-04-18T15:06:59.000Z","updated_at":"2023-08-31T19:47:03.000Z","dependencies_parsed_at":"2023-01-11T19:17:13.645Z","dependency_job_id":null,"html_url":"https://github.com/AtomLinter/linter-jshint","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomLinter%2Flinter-jshint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomLinter%2Flinter-jshint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomLinter%2Flinter-jshint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomLinter%2Flinter-jshint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtomLinter","download_url":"https://codeload.github.com/AtomLinter/linter-jshint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226344718,"owners_count":17610192,"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-08-06T23:01:39.061Z","updated_at":"2024-11-25T14:31:56.578Z","avatar_url":"https://github.com/AtomLinter.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"linter-jshint\n=========================\n\nThis plugin for [linter](https://github.com/atom-community/linter) provides an interface to [JSHint](http://www.jshint.com/docs/). It will lint JavaScript in files with the `.js` extension and optionally inside `\u003cscript\u003e` blocks in HTML or PHP files.\n\n## Installation\nThe Linter package must be installed in order to use this plugin. If it isn't installed, please follow the instructions [here](https://github.com/atom-community/linter#how-to--installation).\n\n### Plugin installation\n```sh\n$ apm install linter-jshint\n```\n\n## Settings\nYou can configure linter-jshint by editing `~/.atom/config.cson` (choose Open Your Config in Atom menu):\n```coffee\n'linter-jshint':\n  # Path of the `jshint` executable\n  executablePath: '/path/to/bundled/jshint'\n\n  # Lint JavaScript inside `\u003cscript\u003e` blocks in HTML or PHP files\n  lintInlineJavaScript: false\n\n  # Disable linter when no `.jshintrc` is found in project\n  disableWhenNoJshintrcFileInPath: false\n```\n\n## Contributing\nIf you would like to contribute enhancements or fixes, please do the following:\n\n1. Fork the plugin repository\n2. Hack on a separate topic branch created from the latest `master`\n3. Commit and push the topic branch\n4. Make a pull request\n5. Welcome to the club :sunglasses:\n\nPlease note that modifications should follow these coding guidelines:\n\n- Indent of 2 spaces\n- Code should pass [CoffeeLint](http://www.coffeelint.org/) with the provided `coffeelint.json`\n- Vertical whitespace helps readability, don't be afraid to use it\n\n**Thank you for helping out!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAtomLinter%2Flinter-jshint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAtomLinter%2Flinter-jshint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAtomLinter%2Flinter-jshint/lists"}