{"id":13433751,"url":"https://github.com/selectnull/eslint-plugin-googleappsscript","last_synced_at":"2025-10-07T10:16:48.712Z","repository":{"id":45738280,"uuid":"81651584","full_name":"selectnull/eslint-plugin-googleappsscript","owner":"selectnull","description":"ESLint plugin for Google Apps Script environment","archived":false,"fork":false,"pushed_at":"2024-07-03T16:43:21.000Z","size":10,"stargazers_count":48,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T05:13:42.729Z","etag":null,"topics":["eslint-plugin","google-apps-script"],"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/selectnull.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-11T12:30:05.000Z","updated_at":"2025-02-08T02:55:03.000Z","dependencies_parsed_at":"2024-01-16T12:49:53.947Z","dependency_job_id":"7be96e74-4e1c-4353-8220-f2b22f2b0f0a","html_url":"https://github.com/selectnull/eslint-plugin-googleappsscript","commit_stats":{"total_commits":13,"total_committers":4,"mean_commits":3.25,"dds":0.5384615384615384,"last_synced_commit":"1ba15fd9462af1a1ff486f5a4f93b08d49c412ec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Feslint-plugin-googleappsscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Feslint-plugin-googleappsscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Feslint-plugin-googleappsscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectnull%2Feslint-plugin-googleappsscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selectnull","download_url":"https://codeload.github.com/selectnull/eslint-plugin-googleappsscript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166502,"owners_count":21864475,"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":["eslint-plugin","google-apps-script"],"created_at":"2024-07-31T02:01:35.204Z","updated_at":"2025-10-07T10:16:48.591Z","avatar_url":"https://github.com/selectnull.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Development"],"sub_categories":["Lists \u0026 collections"],"readme":"# eslint-plugin-googleappsscript\n\nESLint plugin for Google Apps Script that defines global variables\nexposed by Google Apps Script environment. It does not define any\nlinting rules.\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-googleappsscript`:\n\n```\n$ npm install eslint-plugin-googleappsscript --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-googleappsscript` globally.\n\n## Usage\n\nAdd `googleappsscript` to the plugins section of your `.eslintrc`\nconfiguration file. You can omit the `eslint-plugin-` prefix. Also,\nadd `googleappsscript/googleappsscript\": true` to `env` section:\n\n```json\n{\n    \"plugins\": [\n      \"googleappsscript\"\n    ],\n    \"env\": {\n      \"googleappsscript/googleappsscript\": true\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Feslint-plugin-googleappsscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselectnull%2Feslint-plugin-googleappsscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectnull%2Feslint-plugin-googleappsscript/lists"}