{"id":26722938,"url":"https://github.com/useallfive/use-all-five-jscs-rules","last_synced_at":"2025-03-27T20:38:21.859Z","repository":{"id":18108190,"uuid":"21177903","full_name":"UseAllFive/use-all-five-jscs-rules","owner":"UseAllFive","description":"Custom JavaScript Code Sniffer rules.","archived":false,"fork":false,"pushed_at":"2014-06-24T21:34:43.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-12-20T07:07:38.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/UseAllFive.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":"2014-06-24T19:27:21.000Z","updated_at":"2014-06-24T21:34:43.000Z","dependencies_parsed_at":"2022-09-24T21:51:30.742Z","dependency_job_id":null,"html_url":"https://github.com/UseAllFive/use-all-five-jscs-rules","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fuse-all-five-jscs-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fuse-all-five-jscs-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fuse-all-five-jscs-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseAllFive%2Fuse-all-five-jscs-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UseAllFive","download_url":"https://codeload.github.com/UseAllFive/use-all-five-jscs-rules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245923364,"owners_count":20694713,"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":"2025-03-27T20:38:21.143Z","updated_at":"2025-03-27T20:38:21.836Z","avatar_url":"https://github.com/UseAllFive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# use-all-five-jscs-rules\n\nCustom UA5 JavaScript Code Sniffer rules.\n\n### disallowVarHoisting\n\nDisable variable hoisting. Variables must be declared at top of functional scope.\n\nType: `Boolean`\nValues: `true`\n\n#### Example\n\n```js\n\"disallowVariableHosting\": true\n```\n\n##### Valid\n\n```js\nvar x;\nvar y;\nx = 1;\n```\n\n##### Invalid\n\n```js\nvar x;\nx = 1;\nvar y;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Fuse-all-five-jscs-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseallfive%2Fuse-all-five-jscs-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseallfive%2Fuse-all-five-jscs-rules/lists"}