{"id":21467418,"url":"https://github.com/elusivecodes/eslint-config","last_synced_at":"2026-04-01T17:29:41.425Z","repository":{"id":245063314,"uuid":"817328307","full_name":"elusivecodes/ESLint-Config","owner":"elusivecodes","description":"ESLint shareable config for the Frost style.","archived":false,"fork":false,"pushed_at":"2026-03-18T15:10:59.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T02:02:22.085Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elusivecodes.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-19T13:28:43.000Z","updated_at":"2026-03-18T15:08:12.000Z","dependencies_parsed_at":"2024-06-19T13:48:15.616Z","dependency_job_id":"e9e1e926-7fec-476c-bbfa-34e9698d3635","html_url":"https://github.com/elusivecodes/ESLint-Config","commit_stats":null,"previous_names":["elusivecodes/eslint-config"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/elusivecodes/ESLint-Config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elusivecodes%2FESLint-Config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elusivecodes%2FESLint-Config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elusivecodes%2FESLint-Config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elusivecodes%2FESLint-Config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elusivecodes","download_url":"https://codeload.github.com/elusivecodes/ESLint-Config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elusivecodes%2FESLint-Config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-23T08:17:56.790Z","updated_at":"2026-04-01T17:29:41.417Z","avatar_url":"https://github.com/elusivecodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frost ESLint Config\n\n[![CI](https://github.com/elusivecodes/ESLint-Config/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/elusivecodes/ESLint-Config/actions/workflows/ci.yml)\n[![npm version](https://img.shields.io/npm/v/%40fr0st%2Feslint-config)](https://www.npmjs.com/package/@fr0st/eslint-config)\n[![npm downloads](https://img.shields.io/npm/dm/%40fr0st%2Feslint-config)](https://www.npmjs.com/package/@fr0st/eslint-config)\n[![license](https://img.shields.io/npm/l/%40fr0st%2Feslint-config)](https://github.com/elusivecodes/ESLint-Config/blob/main/LICENSE)\n\nESLint shareable config for the *Frost* style.\n\n## Installation\n\n```bash\nnpm i -D @fr0st/eslint-config eslint\n```\n\n## Usage\n\nBrowser projects:\n\n```javascript\nimport frostConfig, { browserConfig } from '@fr0st/eslint-config';\n\nexport default [\n    frostConfig,\n    browserConfig,\n];\n```\n\nNode projects:\n\n```javascript\nimport frostConfig, { nodeConfig } from '@fr0st/eslint-config';\n\nexport default [\n    frostConfig,\n    nodeConfig,\n];\n```\n\nIf you want to scope the config to specific files, wrap it in your own config object:\n\n```javascript\nimport frostConfig, { nodeConfig } from '@fr0st/eslint-config';\n\nexport default [\n    {\n        ...frostConfig,\n        files: ['**/*.{js,mjs,cjs}'],\n    },\n    nodeConfig,\n];\n```\n\n## Compatibility\n\n- Node `^20.19.0 || ^22.13.0 || \u003e=24`\n- ESLint `^10.0.0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felusivecodes%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felusivecodes%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felusivecodes%2Feslint-config/lists"}