{"id":15290663,"url":"https://github.com/beardedvikingdev/eslint-plugin","last_synced_at":"2025-12-16T11:30:28.027Z","repository":{"id":144678845,"uuid":"571751374","full_name":"beardedvikingdev/eslint-plugin","owner":"beardedvikingdev","description":"Eslint plugin for custom rules used in my projects","archived":false,"fork":false,"pushed_at":"2024-05-06T22:23:24.000Z","size":106,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T05:12:33.598Z","etag":null,"topics":["eslint","eslint-plugin"],"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/beardedvikingdev.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":"2022-11-28T20:08:27.000Z","updated_at":"2022-12-11T20:36:24.000Z","dependencies_parsed_at":"2023-12-08T12:25:32.822Z","dependency_job_id":"bde8111d-4650-45d6-aa15-3442e0316532","html_url":"https://github.com/beardedvikingdev/eslint-plugin","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beardedvikingdev%2Feslint-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beardedvikingdev%2Feslint-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beardedvikingdev%2Feslint-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beardedvikingdev%2Feslint-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beardedvikingdev","download_url":"https://codeload.github.com/beardedvikingdev/eslint-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239686248,"owners_count":19680494,"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","eslint-plugin"],"created_at":"2024-09-30T16:08:57.131Z","updated_at":"2025-12-16T11:30:27.975Z","avatar_url":"https://github.com/beardedvikingdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @beardedviking/eslint-plugin\n\nA plugin containing custom rules that I use in my projects\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\nnpm install @beardedviking/eslint-plugin --save-dev\n```\n\n## Usage\n\nAdd `@beardedviking` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin` prefix:\n\n```json\n{\n  \"plugins\": [\"@beardedviking\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"@beardedviking/\u003cconfig-name\u003e\": \"error\"\n  }\n}\n```\n\n## Supported Rules\n\n- [no-await-then-catch](docs/rules/no-await-then-catch.md)\n- [no-relative-import](docs/rules/no-relative-import.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeardedvikingdev%2Feslint-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeardedvikingdev%2Feslint-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeardedvikingdev%2Feslint-plugin/lists"}