{"id":17125230,"url":"https://github.com/baltpeter/eslint-config","last_synced_at":"2026-02-02T20:11:13.025Z","repository":{"id":65182588,"uuid":"586070239","full_name":"baltpeter/eslint-config","owner":"baltpeter","description":"The ESLint configs I use for my projects.","archived":false,"fork":false,"pushed_at":"2023-08-04T15:42:03.000Z","size":31,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T22:46:03.753Z","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baltpeter.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":"2023-01-06T21:30:09.000Z","updated_at":"2023-08-07T20:09:48.000Z","dependencies_parsed_at":"2023-02-13T21:20:18.677Z","dependency_job_id":null,"html_url":"https://github.com/baltpeter/eslint-config","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baltpeter","download_url":"https://codeload.github.com/baltpeter/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247426985,"owners_count":20937197,"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-10-14T18:44:29.835Z","updated_at":"2026-02-02T20:11:12.979Z","avatar_url":"https://github.com/baltpeter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @baltpeter/eslint-config\n\n\u003e The ESLint configs I use for my projects.\n\nThis package contains the ESLint configs I use for my projects. You probably don't want to use this unless you're working on a project with me.\n\nTODO: ESLint's new [flat config system](https://eslint.org/blog/2022/08/new-config-system-part-1/) will eliminate the need for manually installing the peer dependencies in consuming projects. Switch to that once it works with the CLI.\n\n## Usage\n\nThis package provides different configs for different use cases.\n\n## General\n\nInstall this config and its peer dependencies:\n\n```sh\nyarn add --dev @baltpeter/eslint-config eslint @typescript-eslint/eslint-plugin eslint-plugin-eslint-comments eslint-plugin-import typescript\n```\n\nThen, add the following to your `.eslintrc`:\n\n```json\n{\n    \"root\": true,\n    \"extends\": [\"@baltpeter/eslint-config\"]\n}\n```\n\n## Preact\n\nInstall this config and its peer dependencies:\n\n```sh\nyarn add --dev @baltpeter/eslint-config eslint @typescript-eslint/eslint-plugin eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks typescript\n```\n\nThen, add the following to your `.eslintrc`:\n\n```json\n{\n    \"root\": true,\n    \"extends\": [\"@baltpeter/eslint-config/preact\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaltpeter%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Feslint-config/lists"}