{"id":13826676,"url":"https://github.com/xojs/eslint-config-xo-typescript","last_synced_at":"2025-05-14T14:08:35.366Z","repository":{"id":32494828,"uuid":"135415950","full_name":"xojs/eslint-config-xo-typescript","owner":"xojs","description":"ESLint shareable config for TypeScript to be used with eslint-config-xo","archived":false,"fork":false,"pushed_at":"2025-05-08T14:41:37.000Z","size":226,"stargazers_count":173,"open_issues_count":10,"forks_count":25,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-14T03:42:57.636Z","etag":null,"topics":["eslint","eslint-config","eslint-rules","nodejs","npm-package","typescript","xo"],"latest_commit_sha":null,"homepage":null,"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/xojs.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},"funding":{"github":"sindresorhus"}},"created_at":"2018-05-30T08:56:16.000Z","updated_at":"2025-05-08T14:41:40.000Z","dependencies_parsed_at":"2024-01-21T20:05:01.644Z","dependency_job_id":"83aaff46-2ce7-4870-8ae6-abf776a10bf0","html_url":"https://github.com/xojs/eslint-config-xo-typescript","commit_stats":{"total_commits":327,"total_committers":15,"mean_commits":21.8,"dds":0.06422018348623848,"last_synced_commit":"e6527725907e8ecaec9358d5d72c66b4ab76f4d9"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xojs%2Feslint-config-xo-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xojs%2Feslint-config-xo-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xojs%2Feslint-config-xo-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xojs%2Feslint-config-xo-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xojs","download_url":"https://codeload.github.com/xojs/eslint-config-xo-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160419,"owners_count":22024568,"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-config","eslint-rules","nodejs","npm-package","typescript","xo"],"created_at":"2024-08-04T09:01:42.411Z","updated_at":"2025-05-14T14:08:35.332Z","avatar_url":"https://github.com/xojs.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sindresorhus"],"categories":["typescript","JavaScript"],"sub_categories":[],"readme":"# eslint-config-xo-typescript\n\n\u003e ESLint [shareable config](https://eslint.org/docs/developer-guide/shareable-configs.html) for TypeScript\n\nThis config also includes [eslint-config-xo](https://github.com/xojs/eslint-config-xo).\n\n**This config assumes your project is [ESM](https://nodejs.org/api/esm.html) and that you use a [strict config](https://github.com/sindresorhus/tsconfig/blob/main/tsconfig.json).**\n\n## Install\n\n```sh\nnpm install --save-dev eslint-config-xo-typescript\n```\n\n## Use with XO\n\n[XO has built-in support for TypeScript](https://github.com/xojs/xo#typescript), using this package under the hood, so you do not have to configure anything.\n\n## Standalone Usage\n\nAdd some ESLint config to your package.json (or `.eslintrc`):\n\n```js\n// eslint.config.js\nimport xoTypeScript from 'eslint-config-xo-typescript';\n\nexport default [\n\t...xoTypeScript,\n];\n```\n\nUse the `space` sub-config if you want 2 space indentation instead of tabs:\n\n```js\nimport xoTypeScriptSpace from 'eslint-config-xo-typescript/space';\n\nexport default [\n\t...xoTypeScriptSpace,\n];\n```\n\n## Related\n\n- [XO](https://github.com/xojs/xo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxojs%2Feslint-config-xo-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxojs%2Feslint-config-xo-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxojs%2Feslint-config-xo-typescript/lists"}