{"id":28100381,"url":"https://github.com/tidev/eslint-plugin-alloy","last_synced_at":"2025-10-11T03:56:46.276Z","repository":{"id":40567452,"uuid":"129805269","full_name":"tidev/eslint-plugin-alloy","owner":"tidev","description":"Alloy specific rules for ESLint","archived":false,"fork":false,"pushed_at":"2024-03-06T21:42:24.000Z","size":304,"stargazers_count":6,"open_issues_count":7,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-15T06:19:08.242Z","etag":null,"topics":["npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2018-04-16T21:02:04.000Z","updated_at":"2022-07-10T04:03:27.000Z","dependencies_parsed_at":"2024-03-06T22:51:25.887Z","dependency_job_id":null,"html_url":"https://github.com/tidev/eslint-plugin-alloy","commit_stats":null,"previous_names":["appcelerator/eslint-plugin-alloy"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Feslint-plugin-alloy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Feslint-plugin-alloy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Feslint-plugin-alloy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Feslint-plugin-alloy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/eslint-plugin-alloy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003591,"owners_count":21997909,"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":["npm-package"],"created_at":"2025-05-13T18:34:08.536Z","updated_at":"2025-10-11T03:56:41.257Z","avatar_url":"https://github.com/tidev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# ESLint-plugin-Alloy\n\nAlloy specific linting rules for ESLint.\n\n## Installation\n\nInstall [ESLint](https://www.github.com/eslint/eslint) either locally or globally.\n\n```sh\n$ npm install eslint --save-dev\n```\n\nIf you installed `ESLint` globally, you have to install Alloy plugin globally too. Otherwise, install it locally.\n\n```sh\n$ npm install eslint-plugin-alloy --save-dev\n```\n\n\nAdd \"alloy\" to the plugins section.\n\n```json\n{\n  \"plugins\": [\n    \"alloy\"\n  ]\n}\n```\n\nEnable the rules that you would like to use.\n\n```json\n  \"rules\": {\n    \"alloy/no-unused-vars\": \"error\",\n  }\n```\n\n## List of supported rules\n\n* [alloy/no-unused-vars](docs/rules/no-unused-vars.md): Extension of the built in [no-unused-vars](https://github.com/eslint/eslint/blob/master/docs/rules/no-unused-vars.md) that also looks up functions used in view files.\n\n## License\n\nThis project is open source and provided under the Apache Public License (version 2). Please make\nsure you see the LICENSE file included in this distribution for more details on the license. Also,\nplease take notice of the privacy notice at the end of the file.\n\n(C) Copyright 2017-2018, [Axway, Inc](http://www.axway.com) All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Feslint-plugin-alloy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Feslint-plugin-alloy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Feslint-plugin-alloy/lists"}