{"id":21279995,"url":"https://github.com/pryley/elixir-jshint","last_synced_at":"2025-06-16T04:06:53.853Z","repository":{"id":57222456,"uuid":"41583077","full_name":"pryley/elixir-jshint","owner":"pryley","description":"JSHint gulp task for Laravel Elixir https://github.com/laravel/elixir","archived":false,"fork":false,"pushed_at":"2016-09-05T15:22:01.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T14:02:12.887Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pryley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-29T06:23:02.000Z","updated_at":"2019-01-28T18:15:54.000Z","dependencies_parsed_at":"2022-08-28T21:41:35.484Z","dependency_job_id":null,"html_url":"https://github.com/pryley/elixir-jshint","commit_stats":null,"previous_names":["geminilabs/elixir-jshint"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Felixir-jshint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Felixir-jshint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Felixir-jshint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryley%2Felixir-jshint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pryley","download_url":"https://codeload.github.com/pryley/elixir-jshint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":256237845,"owners_count":22357989,"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-11-21T10:27:28.874Z","updated_at":"2025-06-16T04:06:53.795Z","avatar_url":"https://github.com/pryley.png","language":"JavaScript","readme":"# elixir-jshint\n\n[![npm version](https://badge.fury.io/js/elixir-jshint.svg)](https://badge.fury.io/js/elixir-jshint)\n[![Build Status](https://travis-ci.org/geminilabs/elixir-jshint.svg?branch=master)](https://travis-ci.org/geminilabs/elixir-jshint)\n\n## Install\n\n```bash\n$ npm install elixir-jshint --save-dev\n$ touch .jshintrc\n```\n\n```js\n// gulpfile.js\nvar elixir = require( 'laravel-elixir' );\n\nrequire( 'elixir-jshint' );\n\nelixir( function( mix )\n{\n    mix.jshint();\n});\n```\n\n## Options\n\n### Sources\n\nType: `String` or `Array`\n\nGlob or array of globs to read. Using this will overwrite all defaults.\n\n```javascript\n// default\nmix.jshint([\n  'public/js/**/*.js',\n  '!public/js/vendor/**/*.js'\n]);\n```\n\n_The prefix `!` is for excluding files._\n\n### JSHint options\n\nType: `Object`\n\n_See [https://www.npmjs.com/package/gulp-jshint#options](https://www.npmjs.com/package/gulp-jshint#options)_\n\n## License\n\n[MIT](/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryley%2Felixir-jshint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpryley%2Felixir-jshint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryley%2Felixir-jshint/lists"}