{"id":46251970,"url":"https://github.com/allthings/eslint-config-allthings","last_synced_at":"2026-03-03T22:31:35.843Z","repository":{"id":64181491,"uuid":"561486504","full_name":"allthings/eslint-config-allthings","owner":"allthings","description":"Shareable eslint config for Allthings' projects","archived":false,"fork":false,"pushed_at":"2025-11-27T15:36:14.000Z","size":334,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-11-30T06:17:42.394Z","etag":null,"topics":["eslint"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@allthings/eslint-config","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/allthings.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":"2022-11-03T19:53:05.000Z","updated_at":"2025-11-27T13:25:10.000Z","dependencies_parsed_at":"2024-05-01T13:00:31.395Z","dependency_job_id":"c7a88700-dcb4-4ebe-bec1-34811fbe873f","html_url":"https://github.com/allthings/eslint-config-allthings","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"e11ae01dd72674a67724b46c6f52f4b1d4110237"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/allthings/eslint-config-allthings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allthings%2Feslint-config-allthings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allthings%2Feslint-config-allthings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allthings%2Feslint-config-allthings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allthings%2Feslint-config-allthings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allthings","download_url":"https://codeload.github.com/allthings/eslint-config-allthings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allthings%2Feslint-config-allthings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["eslint"],"created_at":"2026-03-03T22:31:35.262Z","updated_at":"2026-03-03T22:31:35.826Z","avatar_url":"https://github.com/allthings.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-allthings\n\nESlint shareable config for Allthings style\n\n## Setup\n\n```shell\nyarn add -DE @allthings/eslint-config\n```\n\n## Usage\n\nCreate an `eslint.config.js` at your project root.\n\n### React projects\n\n```js\nimport allthingsConfig from '@allthings/eslint-config'\n\nexport default [\n  ...allthingsConfig,\n  {\n    languageOptions: {\n      parserOptions: {\n        project: './tsconfig.json',\n        tsconfigRootDir: import.meta.dirname,\n      },\n    },\n  },\n]\n```\n\n### Node.js projects\n\n```js\nimport allthingsNodeConfig from '@allthings/eslint-config/node'\n\nexport default [\n  ...allthingsNodeConfig,\n  {\n    languageOptions: {\n      parserOptions: {\n        project: './tsconfig.json',\n        tsconfigRootDir: import.meta.dirname,\n      },\n    },\n  },\n]\n```\n\n## Deployment\n\nPublishing to npm\n\n```shell\nyarn deploy\n```\n\n## Development\n\nRun `yarn link` in the project folder\n\nRun `yarn link @allthings/eslint-config` in the project that you want to test it against\n\nAfter you finish run in your project `yarn unlink @allthings/eslint-config` and then `yarn install --force`\nto restore the initial state of dependencies\n\nOr you could release a dev npm version with `yarn deploy:dev`. Remember to update the version in package.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallthings%2Feslint-config-allthings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallthings%2Feslint-config-allthings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallthings%2Feslint-config-allthings/lists"}