{"id":15736012,"url":"https://github.com/tjx666/eslint-plugin-extendscript-plus","last_synced_at":"2026-05-08T04:14:27.697Z","repository":{"id":97560861,"uuid":"525900503","full_name":"tjx666/eslint-plugin-extendscript-plus","owner":"tjx666","description":"eslint plugin for adobe cep extensions and extendscript","archived":false,"fork":false,"pushed_at":"2023-05-19T18:13:14.000Z","size":138,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-16T21:21:17.220Z","etag":null,"topics":["adobe","aftereffects","cep","es3","eslint-plugin","extendscript","javascript","jsx","photoshop"],"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/tjx666.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2022-08-17T17:56:18.000Z","updated_at":"2025-12-03T06:26:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7266692-29f9-4cc3-815e-8abe11184bc9","html_url":"https://github.com/tjx666/eslint-plugin-extendscript-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tjx666/eslint-plugin-extendscript-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Feslint-plugin-extendscript-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Feslint-plugin-extendscript-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Feslint-plugin-extendscript-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Feslint-plugin-extendscript-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjx666","download_url":"https://codeload.github.com/tjx666/eslint-plugin-extendscript-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjx666%2Feslint-plugin-extendscript-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32766302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["adobe","aftereffects","cep","es3","eslint-plugin","extendscript","javascript","jsx","photoshop"],"created_at":"2024-10-04T01:20:37.843Z","updated_at":"2026-05-08T04:14:27.681Z","avatar_url":"https://github.com/tjx666.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-extendscript-plus\n\n[![npm](https://img.shields.io/npm/v/eslint-plugin-extendscript-plus)](https://www.npmjs.com/package/eslint-plugin-extendscript-plus) [![npm](https://img.shields.io/npm/dm/eslint-plugin-extendscript-plus)](https://www.npmjs.com/package/eslint-plugin-extendscript-plus) ![test](https://github.com/tjx666/eslint-plugin-extendscript-plus/actions/workflows/test.yml/badge.svg)\n\npolyfill global variables \u0026amp; provide some awesome rules\n\n## Installation\n\n```sh\nnpm install eslint-plugin-extendscript-plus -D\n\n# pnpm\npnpm add eslint-plugin-extendscript-plus -D\n\n# pnpm monorepo\npnpm -w add eslint-plugin-extendscript-plus -D\n```\n\n## Usage\n\nAdd `extendscript-plus` to the plugins section of your `.eslintrc` configuration file.\n\n```javascript\n{\n  \"extends\": [...others， \"plugin:extendscript-plus/photoshop\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"extendscript-plus/no-let\": 0\n  }\n}\n```\n\n## TODOs\n\n- [ ] AE support\n\n### rules\n\n- [ ] prefer-const-to-var\n- [ ] no-redeclare-const\n\n## Supported Rules\n\nEach rule has emojis denoting:\n\n- ✅ if it is enable by default\n- 🔧 if some problems reported by the rule are automatically fixable by the `--fix` [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) option\n- 💡 if some problems reported by the rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions)\n\n| Name\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; | Description                                                    | ✅  | 🔧  | 💡  |\n| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------- | :-- | :-- | :-- |\n| [no-let](docs/rules/no-let.md)                                                                                                                                                                                                                       | Improve regexes by making them shorter, consistent, and safer. | ✅  | 🔧  |     |\n| [no-console](docs/rules/no-console.md)                                                                                                                                                                                                               | Enforce a specific parameter name in catch clauses.            | ✅  | 🔧  |     |\n| [no-arrow-func](docs/rules/no-arrow-func.md)                                                                                                                                                                                                         | Use destructured variables over properties.                    | ✅  | 🔧  |     |\n| [no-property-shorthand](docs/rules/no-property-shorthand.md)                                                                                                                                                                                         | Move function definitions to the highest possible scope.       | ✅  | 🔧  |     |\n\n## Thanks\n\nI learn a lot from these awesome projects:\n\n- [eslint](https://github.com/eslint/eslint)\n- [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)\n- [eslint-plugin-extendscript](https://github.com/adambrgmn/eslint-plugin-extendscript)\n- [eslint-plugin-es](https://github.com/tjx666/eslint-plugin-es)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Feslint-plugin-extendscript-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjx666%2Feslint-plugin-extendscript-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjx666%2Feslint-plugin-extendscript-plus/lists"}