{"id":20947562,"url":"https://github.com/kristijorgji/eslint-config-typescript","last_synced_at":"2026-06-29T01:32:04.597Z","repository":{"id":36965720,"uuid":"504563998","full_name":"kristijorgji/eslint-config-typescript","owner":"kristijorgji","description":"ESLint and Prettier config for general-purpose TypeScript projects (Node.js, backend). Framework-agnostic and easy to extend for React/Next.js or other setups. Requires ESLint v8.21+ with flat config support.","archived":false,"fork":false,"pushed_at":"2025-05-29T15:01:29.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T15:59:32.047Z","etag":null,"topics":["eslint","eslint-config","eslint-plugin","prettier","typescript"],"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/kristijorgji.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}},"created_at":"2022-06-17T14:25:26.000Z","updated_at":"2025-05-29T15:01:22.000Z","dependencies_parsed_at":"2022-07-14T04:20:31.274Z","dependency_job_id":null,"html_url":"https://github.com/kristijorgji/eslint-config-typescript","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kristijorgji/eslint-config-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Feslint-config-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Feslint-config-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Feslint-config-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Feslint-config-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kristijorgji","download_url":"https://codeload.github.com/kristijorgji/eslint-config-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Feslint-config-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34910177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","eslint-config","eslint-plugin","prettier","typescript"],"created_at":"2024-11-19T00:12:02.956Z","updated_at":"2026-06-29T01:32:04.566Z","avatar_url":"https://github.com/kristijorgji.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @kristijorgji/eslint-config-typescript\n\nA general-purpose ESLint and Prettier configuration for TypeScript projects (non-browser environments).  \nIf you need rules specific to React, Next.js, or other frameworks, you can extend or override these rules after including this config.\n\n# Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [Configuration](#configuration)\n- [Development](#development)\n- [License](#license)\n\n## Requirements\n\n- ESLint version **\u003e= 8.21.0** with support for Flat Config.\n\n## Installation\n\nInstall the package and peer dependencies using:\n\n```bash\nyarn add --dev @kristijorgji/eslint-config-typescript@latest\n```\n\n\u003e **Note:**  \n\u003e When migrating from an older ESLint setup, please remove conflicting or duplicate dependencies first, for example:  \n\u003e `yarn remove eslint prettier @typescript-eslint/eslint-plugin`\n\n## Usage\n\n### Configuration\n\nFor ESLint **\u003e= 9.x**, use `FlatCompat.extends` for compatibility.\n\nExample `eslint.config.js`:\n\n```js\nconst { FlatCompat } = require('@eslint/eslintrc');\nconst js = require('@eslint/js');\nconst { defineConfig } = require('eslint/config');\n\nconst compat = new FlatCompat({\n    baseDirectory: __dirname,\n    recommendedConfig: js.configs.recommended,\n    allConfig: js.configs.all,\n});\n\nmodule.exports = defineConfig([\n    {\n        files: ['src/**/*.ts', '__tests__/**/*.ts'],\n        extends: compat.extends('@kristijorgji/eslint-config-typescript'),\n    },\n]);\n```\n\n## Development\n\nLearn more about creating custom ESLint configs here:  \n[ESLint Shareable Configs Guide](https://eslint.org/docs/developer-guide/shareable-configs)\n\nTo develop locally, you can link your local package using:\n\n```bash\nyarn add --dev /path/to/local/eslint-config-typescript\n```\n\n\u003e You need to run this command after every change to your local plugin.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Feslint-config-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristijorgji%2Feslint-config-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Feslint-config-typescript/lists"}