{"id":20096404,"url":"https://github.com/hulu/eslint-brightscript","last_synced_at":"2025-05-06T05:31:42.164Z","repository":{"id":49430012,"uuid":"369600852","full_name":"hulu/eslint-brightscript","owner":"hulu","description":"Lint your Brightscript code with brs and eslint","archived":false,"fork":false,"pushed_at":"2023-06-02T20:20:27.000Z","size":1015,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-09T08:51:15.882Z","etag":null,"topics":["brightscript","eslint-plugin","linter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hulu.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":"2021-05-21T16:56:13.000Z","updated_at":"2022-02-17T17:28:42.000Z","dependencies_parsed_at":"2022-08-29T00:11:33.023Z","dependency_job_id":null,"html_url":"https://github.com/hulu/eslint-brightscript","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulu%2Feslint-brightscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulu%2Feslint-brightscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulu%2Feslint-brightscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulu%2Feslint-brightscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hulu","download_url":"https://codeload.github.com/hulu/eslint-brightscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252629061,"owners_count":21779135,"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":["brightscript","eslint-plugin","linter"],"created_at":"2024-11-13T16:58:43.734Z","updated_at":"2025-05-06T05:31:41.610Z","avatar_url":"https://github.com/hulu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESLint Plugin BrightScript\n---\n\n### Getting Started\n\n### Installation\nInstall eslint if you haven't already:\n```\n$ yarn add -D eslint\n$ npm i --save-dev eslint\n```\n\nThen install the parser and plugin:\n\n```\n$ yarn add -D @hulu/eslint-parser-brightscript @hulu/eslint-plugin-brightscript\n$ npm i --save-dev @hulu/eslint-parser-brightscript @hulu/eslint-plugin-brightscript\n```\n\n### Usage\nAdd the following to your .eslintrc to use the recommended rules.\n\n```json\n{\n    \"plugins\": [\"@hulu/eslint-plugin-brightscript\"],\n    \"extends\": [\"plugin:@hulu/eslint-plugin-brightscript/recommended\"]\n}\n```\n\nYou can also ignore the recommended config by including the `@hulu/eslint-parser-brightscript` parser and\n`@hulu/eslint-plugin-brightscript` plugin and adding specific rules manually:\n\n```json\n{\n  \"parser\": \"@hulu/eslint-parser-brightscript\",\n  \"plugins\": [\"@hulu/eslint-plugin-brightscript\"],\n  \"rules\": {\n    \"@hulu/brightscript/rule-name\": \"error\"\n  }\n}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulu%2Feslint-brightscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhulu%2Feslint-brightscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulu%2Feslint-brightscript/lists"}