{"id":30112360,"url":"https://github.com/yoast/eslint-config","last_synced_at":"2026-02-26T23:31:09.750Z","repository":{"id":280970935,"uuid":"939457773","full_name":"Yoast/eslint-config","owner":"Yoast","description":"Shared configuration for ESLint used across Yoast projects.","archived":false,"fork":false,"pushed_at":"2025-05-12T13:12:50.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-02T17:48:55.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@yoast/eslint-config","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yoast.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-02-26T15:16:05.000Z","updated_at":"2025-08-18T07:01:59.000Z","dependencies_parsed_at":"2025-03-06T10:02:22.285Z","dependency_job_id":"7e6db02d-47a2-4cef-ac6b-0d26d366ec14","html_url":"https://github.com/Yoast/eslint-config","commit_stats":null,"previous_names":["yoast/eslint-config"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Yoast/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yoast","download_url":"https://codeload.github.com/Yoast/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-08-10T06:16:14.019Z","updated_at":"2026-02-26T23:31:09.705Z","avatar_url":"https://github.com/Yoast.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @Yoast/eslint-config\n\nA shared ESLint configuration used across a variety of Yoast projects. Anyone is welcome to use this configuration, but\nit is primarily intended for internal use.\n\n## Presets\n\nThis configuration contains three presets:\n\n| Preset            | Description                                                                                                                                                                                 | Usage                                               |\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| yoast/recommended | The base config. This should almost always be used. It's based on the @eslint/js/recommended and eslint-plugin-import config and contains stylistic configuration for all Yoast JavaScript. | `import yoastConfig from @yoast/eslint-config\"`     | \n| yoast/react       | An extension for the base config, adding the React plugin and React/JSX-specific rules.                                                                                                     | `import { reactConfig } from @yoast/eslint-config\"` |\n| yoast/node        | An extension for the base config, adding the Node plugin adding some rules that are relevant when working with Node.JS.                                                                     | `import { nodeConfig } from @yoast/eslint-config\"`  |\n\n## Example usage\n\n```js\n// eslint.config.mjs\nimport globals from \"globals\";\nimport yoastConfig, { reactConfig } from \"@yoast/eslint-config\";\n\n/** @type {import('eslint').Linter.Config[]} */\nexport default [\n\t{ ignores: [ \"build\" ] },\n\t...yoastConfig,\n\t...reactConfig,\n\t{\n\t\tlanguageOptions: {\n\t\t\tecmaVersion: \"latest\",\n\t\t\tglobals: {\n\t\t\t\t...globals.browser,\n\t\t\t},\n\t\t},\n\t\trules: {\n\t\t\t// Deviate from the Yoast config to allow for not using the error that is caught.\n\t\t\t\"no-unused-vars\": [ \"error\", { caughtErrors: \"none\" } ],\n\t\t},\n\t}\n];\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoast%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoast%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoast%2Feslint-config/lists"}