{"id":20804405,"url":"https://github.com/sequencemedia/eslint-config-standard","last_synced_at":"2025-05-07T03:42:55.082Z","repository":{"id":246732077,"uuid":"822297580","full_name":"sequencemedia/eslint-config-standard","owner":"sequencemedia","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-06T21:22:38.000Z","size":1105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-07T03:42:46.130Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sequencemedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2024-06-30T21:01:54.000Z","updated_at":"2025-05-06T21:22:40.000Z","dependencies_parsed_at":"2025-04-12T19:22:26.477Z","dependency_job_id":"316a42c4-7d59-48c7-a92f-726a14707fcf","html_url":"https://github.com/sequencemedia/eslint-config-standard","commit_stats":null,"previous_names":["sequencemedia/eslint-config-standard"],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequencemedia%2Feslint-config-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sequencemedia","download_url":"https://codeload.github.com/sequencemedia/eslint-config-standard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810272,"owners_count":21807759,"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":"2024-11-17T19:09:12.665Z","updated_at":"2025-05-07T03:42:55.070Z","avatar_url":"https://github.com/sequencemedia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@sequencemedia/eslint-config-standard`\n\nStandard style Flat Config for ESLint `v9`\n\nBased on [Standard](https://github.com/standard/eslint-config-standard) via [neostandard](https://github.com/neostandard/neostandard)\n\n## Install\n\n```shell\nnpm i -D @sequencemedia/eslint-config-standard\n```\n\n## Use\n\nIn your `eslint.config.*` either:\n\n```javascript\nexport { default } from '@sequencemedia/eslint-config-standard'\n```\n\nOr:\n\n```javascript\nimport { configs } from '@sequencemedia/eslint-config-standard'\n\nexport default [\n  configs.recommended\n]\n```\n\nYou can merge _changes_ in the default configuration using the `merge` utility:\n\n```javascript\nimport merge from '@sequencemedia/eslint-config-standard/configs/recommended/merge'\n\nexport default (\n  merge({\n    files: [\n      '**/*.{mjs,cjs}'\n    ],\n    ignores: [\n      'lib'\n    ]\n  })\n)\n```\n\nWhich is _equivalent to_:\n\n```javascript\nimport { configs } from '@sequencemedia/eslint-config-standard'\n\nexport default [\n  {\n    ...configs.recommended,\n    files: [\n      '**/*.{mjs,cjs}'\n    ],\n    ignores: [\n      'lib'\n    ]\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequencemedia%2Feslint-config-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsequencemedia%2Feslint-config-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequencemedia%2Feslint-config-standard/lists"}