{"id":22672263,"url":"https://github.com/sequencemedia/eslint-config-typescript","last_synced_at":"2025-04-12T12:23:47.483Z","repository":{"id":266733190,"uuid":"899053379","full_name":"sequencemedia/eslint-config-typescript","owner":"sequencemedia","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-08T03:11:09.000Z","size":259,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T04:22:58.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sequencemedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-05T14:36:02.000Z","updated_at":"2025-04-08T03:11:08.000Z","dependencies_parsed_at":"2024-12-30T05:19:52.070Z","dependency_job_id":"392132ef-a0a4-4887-8533-4aa2bc74652b","html_url":"https://github.com/sequencemedia/eslint-config-typescript","commit_stats":null,"previous_names":["sequencemedia/eslint-config-typescript"],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sequencemedia","download_url":"https://codeload.github.com/sequencemedia/eslint-config-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247776166,"owners_count":20994047,"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":"2024-12-09T16:18:32.352Z","updated_at":"2025-04-12T12:23:47.478Z","avatar_url":"https://github.com/sequencemedia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@sequencemedia/eslint-config-typescript`\n\nTypeScript style Flat Config for ESLint `v9`\n\nBased on [Standard with TypeScript](https://github.com/mightyiam/eslint-config-standard-with-typescript) via [Love](https://github.com/mightyiam/eslint-config-love)\n\n## Install\n\n```shell\nnpm i -D @sequencemedia/eslint-config-typescript\n```\n\n## Use\n\nIn your `eslint.config.*` either:\n\n```javascript\nexport { default } from '@sequencemedia/eslint-config-typescript'\n```\n\nOr:\n\n```javascript\nimport { configs } from '@sequencemedia/eslint-config-typescript'\n\nexport default [\n  configs.recommended\n]\n```\n\nYou can merge _changes_ in the default configuration using the `merge` utility:\n\n```javascript\nimport merge from '@sequencemedia/eslint-config-typescript/configs/recommended/merge'\n\nexport default (\n  merge({\n    files: [\n      '**/*.{mjs,cjs}'\n    ],\n    ignores: [\n      'lib'\n    ]\n  })\n)\n```\n\nWhich is _equivalent to_:\n\n```javascript\nimport { configs } from '@sequencemedia/eslint-config-typescript'\n\nexport default [\n  {\n    ...configs.recommended,\n    files: [\n      '**/*.{mts,cts}'\n    ],\n    ignores: [\n      'lib'\n    ]\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequencemedia%2Feslint-config-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsequencemedia%2Feslint-config-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequencemedia%2Feslint-config-typescript/lists"}