{"id":25768124,"url":"https://github.com/stackblitz/eslint-plugin","last_synced_at":"2026-04-02T02:38:26.742Z","repository":{"id":43189258,"uuid":"289225572","full_name":"stackblitz/eslint-plugin","owner":"stackblitz","description":"An ESLint plugin to enforce a consistent code styles across StackBlitz projects","archived":false,"fork":false,"pushed_at":"2025-04-08T12:23:18.000Z","size":374,"stargazers_count":8,"open_issues_count":1,"forks_count":9,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-07-10T06:31:03.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/stackblitz.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-21T09:03:13.000Z","updated_at":"2025-05-01T08:53:11.000Z","dependencies_parsed_at":"2023-12-12T18:20:47.344Z","dependency_job_id":"14dbfdab-95d4-4f84-9fbf-30014d8cc248","html_url":"https://github.com/stackblitz/eslint-plugin","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/stackblitz/eslint-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackblitz%2Feslint-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackblitz%2Feslint-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackblitz%2Feslint-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackblitz%2Feslint-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackblitz","download_url":"https://codeload.github.com/stackblitz/eslint-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackblitz%2Feslint-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265876998,"owners_count":23842956,"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-02-27T00:50:19.372Z","updated_at":"2026-04-02T02:38:26.712Z","avatar_url":"https://github.com/stackblitz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @blitz/eslint-plugin\n\nAn ESLint plugin to enforce a consistent code styles across StackBlitz projects\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ yarn add -D eslint\n```\n\nNext, install `@blitz/eslint-plugin`:\n\n```\n$ yarn add -D @blitz/eslint-plugin\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `@blitz/eslint-plugin` globally.\n\n## Usage\n\nAdd `@blitz/eslint-plugin` to the extends section of your `.eslintrc.js` or `.eslintrc.json` configuration file and\nand configure `parser` and `parserOptions`. For the plugin, you can omit the `eslint-plugin-`:\n\n```json\n{\n  \"parser\": \"@typescript-eslint/parser\",\n  \"parserOptions\": {\n    \"ecmaVersion\": 2019,\n    \"sourceType\": \"module\",\n    \"ecmaFeatures\": {\n      \"modules\": true\n    }\n  },\n  \"extends\": [\"plugin:@blitz/recommended\"]\n}\n```\n\n## Custom Rules\n\n- [`@blitz/block-scope-case`](https://github.com/stackblitz/eslint-plugin/blob/master/docs/rules/block-scope-case.md)\n- [`@blitz/catch-error-name`](https://github.com/stackblitz/eslint-plugin/blob/master/docs/rules/catch-error-name.md)\n- [`@blitz/comment-syntax`](https://github.com/stackblitz/eslint-plugin/blob/master/docs/rules/comment-syntax.md)\n- [`@blitz/lines-around-comment`](https://github.com/stackblitz/eslint-plugin/blob/master/docs/rules/lines-around-comment.md)\n- [`@blitz/newline-before-return`](https://github.com/stackblitz/eslint-plugin/blob/master/docs/rules/newline-before-return.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackblitz%2Feslint-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackblitz%2Feslint-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackblitz%2Feslint-plugin/lists"}