{"id":14978281,"url":"https://github.com/eruptionjs/config","last_synced_at":"2025-10-28T08:32:06.782Z","repository":{"id":255942362,"uuid":"848010890","full_name":"eruptionjs/config","owner":"eruptionjs","description":"Opinionated configuration for JavaScript/TypeScript projects. Prettier, ESLint, TypeScript and React.","archived":false,"fork":false,"pushed_at":"2024-09-08T01:15:40.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-29T01:06:31.749Z","etag":null,"topics":["boilerplate","eruptionjs","eslint-config","prettier-config"],"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/eruptionjs.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}},"created_at":"2024-08-27T00:59:00.000Z","updated_at":"2024-09-08T01:15:24.000Z","dependencies_parsed_at":"2024-09-08T02:28:59.563Z","dependency_job_id":"19b9a456-e1a0-4667-b313-f3f9b31579c5","html_url":"https://github.com/eruptionjs/config","commit_stats":null,"previous_names":["eruptionjs/config"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eruptionjs%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eruptionjs%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eruptionjs%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eruptionjs%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eruptionjs","download_url":"https://codeload.github.com/eruptionjs/config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859904,"owners_count":16556031,"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":["boilerplate","eruptionjs","eslint-config","prettier-config"],"created_at":"2024-09-24T13:57:17.370Z","updated_at":"2025-10-28T08:32:06.777Z","avatar_url":"https://github.com/eruptionjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eruptionjs/config ⚙️\n\nOpinionated configuration for projects using Prettier, ESLint, TypeScript and React.\n\n## Installation\n\n```bash\nnpm install --save-dev @eruptionjs/config\n```\n\n## usage\n\nWhile you have full control over the configuration, you can use the settings in this project as a starting point for your own. In many cases, the default configurations may be all you need.\n\n### Prettier configuration\n\nInstall `prettier` on your project, and add the eruptionjs configuration on your `package.json`:\n\n```bash\nnpm install --save-dev prettier\n```\n\n**package.json**\n\n```json\n{\n  // ... Your existing configuration\n  \"prettier\": \"@eruptionjs/config/prettier\"\n}\n```\n\n### TypeScript configuration\n\nThe Eruption TypeScript configuration extends the base TypeScript configuration with additional rules and settings.\n\nTo use the configuration, add the following to your `tsconfig.json` (create it if it doesn't exist):\n\n```json\n{\n  \"extends\": \"@eruptionjs/config/typescript\",\n  \"include\": [\"@eruptionjs/reset.d.ts\", \"**/*.ts\", \"**/*.tsx\"],\n  \"compilerOptions\": {\n    \"baseUrl\": \".\",\n    \"paths\": {\n      \"@/*\": [\"src/*\"]\n    }\n  }\n}\n```\n\n### ESLint configuration\n\nThe Eruption ESLint configuration extends the base ESLint configuration with additional rules and settings.\n\nTo use the configuration, install `eslint` on your project, and add the following to your `eslint.config.js` file (create it if it doesn't exist):\n\n```bash\nnpm install --save-dev eslint\n```\n\n**eslint.config.js**\n\n```js\nimport { config as defaultConfig } from '@eruptionjs/config/eslint'\n\n/** @type {import(\"eslint\").Linter.Config} */\nexport default [...defaultConfig]\n```\n\n### Biome configuration (Experimental 🧪)\n\nInstall `biome` on your project, and add the eruptionjs configuration on your `biome.json` file:\n\n```bash\nnpm install --save-dev @biomejs/biome\n```\n\n**biome.json**\n\n```json\n{\n  \"extends\": \"@eruptionjs/config/biome\"\n}\n```\n\n## License\n\nMIT @ EruptionJS and its contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feruptionjs%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feruptionjs%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feruptionjs%2Fconfig/lists"}