{"id":28541447,"url":"https://github.com/zestia/eslint-config","last_synced_at":"2025-07-27T06:07:05.638Z","repository":{"id":34999696,"uuid":"117701123","full_name":"zestia/eslint-config","owner":"zestia","description":"ESLint config used across projects","archived":false,"fork":false,"pushed_at":"2025-01-06T13:07:37.000Z","size":1371,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-06-09T20:08:30.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zestia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2018-01-16T15:23:38.000Z","updated_at":"2025-01-06T13:07:41.000Z","dependencies_parsed_at":"2024-10-22T23:33:27.565Z","dependency_job_id":null,"html_url":"https://github.com/zestia/eslint-config","commit_stats":null,"previous_names":[],"tags_count":140,"template":false,"template_full_name":null,"purl":"pkg:github/zestia/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zestia","download_url":"https://codeload.github.com/zestia/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zestia%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260779023,"owners_count":23061762,"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":"2025-06-09T20:08:33.013Z","updated_at":"2025-07-27T06:07:05.632Z","avatar_url":"https://github.com/zestia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @zestia/eslint-config\n\nThis package provides linting rules for JavaScript projects.\n\n## Installation\n\n```\nnpm install --save-dev @zestia/eslint-config\n```\n\nAdd the following to `~/.npmrc` to pull @zestia scoped packages from Github instead of NPM.\n\n```\n@zestia:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=\u003cYOUR_GH_TOKEN\u003e\n```\n\n## Setup\n\n1. Create the following file `eslint.config.mjs`\n\n   ```javascript\n   import js from '@eslint/js';\n   import zestia from '@zestia/eslint-config';\n\n   export default [js.configs.recommended, zestia];\n   ```\n\n2. Add the following to `scripts` in `package.json`\n\n   ```\n   \"lint:js\": \"eslint .\"\n   ```\n\n## Running\n\n```\nnpm run lint:js\n```\n\n## Related repos\n\n- https://github.com/zestia/eslint-config\n- https://github.com/zestia/stylelint-config\n- https://github.com/zestia/template-lint-config\n- https://github.com/zestia/prettier-config\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzestia%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzestia%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzestia%2Feslint-config/lists"}