{"id":25893052,"url":"https://github.com/t99/eslint-config","last_synced_at":"2026-05-13T03:06:08.329Z","repository":{"id":39603498,"uuid":"507074325","full_name":"T99/eslint-config","owner":"T99","description":"A repository for keeping track of all of my ESLint configuration files.","archived":false,"fork":false,"pushed_at":"2023-05-17T17:52:32.000Z","size":248,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T07:16:38.995Z","etag":null,"topics":["config","eslint","eslint-config","eslintconfig","linter-config","linter-rules","linting","linting-config","linting-rules"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T99.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["T99"]}},"created_at":"2022-06-24T16:21:24.000Z","updated_at":"2022-06-28T19:24:06.000Z","dependencies_parsed_at":"2023-02-12T07:16:33.747Z","dependency_job_id":null,"html_url":"https://github.com/T99/eslint-config","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":"T99/ts-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T99%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T99","download_url":"https://codeload.github.com/T99/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241574873,"owners_count":19984758,"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":["config","eslint","eslint-config","eslintconfig","linter-config","linter-rules","linting","linting-config","linting-rules"],"created_at":"2025-03-02T21:30:09.203Z","updated_at":"2026-05-13T03:06:08.273Z","avatar_url":"https://github.com/T99.png","language":"JavaScript","funding_links":["https://github.com/sponsors/T99"],"categories":[],"sub_categories":[],"readme":"# `@t99/eslint-config`\n\nA repository for keeping track of all of my ESLint configuration files.\n\n### [Find @t99/eslint-config on NPM.](https://www.npmjs.com/package/@t99/eslint-config)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\nInstall from NPM with\n\n```\n$ npm install --save-dev @t99/eslint-config\n```\n\nThen, add it to your local ESLint config:\n\n##### For JS/CJS Configs (`.eslintrc.js`/`.eslintrc.cjs`):\n```js\nmodule.exports = {\n    extends: [\n        \"@t99\"\n    ]\n}\n```\n\n##### For JSON Configs (`.eslintrc.json`):\n```json\n{\n    \"extends\": [\n        \"@t99\"\n    ]\n}\n```\n\n##### For YAML/YML Configs (`.eslintrc.yaml`/`.eslintrc.yml`):\n```yaml\nextends:\n    @t99\n```\n\n### TypeScript Installation\n\nAdditionally, for TypeScript projects, you will need to configure the path to\nyour project's `tsconfig.json`. Extending this package will take care of all\nother necessary setup for usage with TypeScript.\n\n##### For JS/CJS Configs (`.eslintrc.js`/`.eslintrc.cjs`):\n```js\nmodule.exports = {\n    extends: [\n        \"@t99\"\n    ],\n    parserOptions: {\n        project: \"path/to/tsconfig.json\"\n    }\n}\n```\n\n##### For JSON Configs (`.eslintrc.json`):\n```json\n{\n    \"extends\": [\n        \"@t99\"\n    ],\n    \"parserOptions\": {\n        \"project\": \"path/to/tsconfig.json\"\n    }\n}\n```\n\n##### For YAML/YML Configs (`.eslintrc.yaml`/`.eslintrc.yml`):\n```yaml\nextends:\n    @t99\nparserOptions:\n    project: \"path/to/tsconfig.json\"\n```\n\n## Building Your Own Shareable ESLint Config Repo/Package\n\nCheck out the official ESLint guide on doing so [here](https://eslint.org/docs/latest/developer-guide/shareable-configs).\n\n## License\n\n@t99/eslint-config is made available under the GNU General Public License v3.\n\nCopyright (C) 2022 Trevor Sears\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft99%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft99%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft99%2Feslint-config/lists"}