{"id":24711940,"url":"https://github.com/borgar/eslint-config","last_synced_at":"2026-02-04T13:05:03.271Z","repository":{"id":47939913,"uuid":"131901675","full_name":"borgar/eslint-config","owner":"borgar","description":"This is my eslint-config. There are many like it, but this one is mine.","archived":false,"fork":false,"pushed_at":"2025-10-27T10:29:59.000Z","size":408,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-27T12:25:55.656Z","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/borgar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-02T20:18:58.000Z","updated_at":"2025-10-27T10:30:03.000Z","dependencies_parsed_at":"2025-08-15T16:09:59.614Z","dependency_job_id":"dce983f0-5f4f-4d7c-9420-c24ef40e1ff9","html_url":"https://github.com/borgar/eslint-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borgar/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borgar","download_url":"https://codeload.github.com/borgar/eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgar%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29085068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-27T07:16:38.911Z","updated_at":"2026-02-04T13:05:03.264Z","avatar_url":"https://github.com/borgar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @borgar/eslint-config\n\nI have opinions on how my code should look. This is a capture of those.\n\nLook at the [example.js](./example.js) to get a feel for what the code looks like.\n\n## Installing it\n\nPull it into your package like this:\n\n    npm install --save-dev eslint @eslint/js globals typescript-eslint @borgar/eslint-config\n\nThen add an eslint.config.js file:\n\n```js\nimport borgarLint from '@borgar/eslint-config';\nimport eslint from '@eslint/js';\nimport globals from 'globals';\nimport tseslint from 'typescript-eslint';\n\nexport default tseslint.config(\n  {\n    files: [\n      '**/*.js',\n      '**/*.ts',\n      '**/*.mjs'\n    ],\n    ignores: [\n      'dist/*'\n    ],\n    languageOptions: {\n      globals: { ...globals.browser },\n      parserOptions: { projectService: { allowDefaultProject: [] } }\n    }\n  },\n  eslint.configs.recommended,\n  tseslint.configs.recommendedTypeChecked,\n  tseslint.configs.stylisticTypeChecked,\n  borgarLint.config.recommended,\n  borgarLint.config.stylistic({\n    commaDangle: true,\n    singleBlocks: true,\n    lineLength: 120\n  }),\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgar%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborgar%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgar%2Feslint-config/lists"}