{"id":28358980,"url":"https://github.com/quickcorp/eslint-config-qcobjects","last_synced_at":"2025-07-31T04:07:40.683Z","repository":{"id":57228964,"uuid":"338721571","full_name":"QuickCorp/eslint-config-qcobjects","owner":"QuickCorp","description":"ESLint Config for QCObjects","archived":false,"fork":false,"pushed_at":"2023-04-25T03:37:31.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-05T10:17:56.325Z","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/QuickCorp.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}},"created_at":"2021-02-14T03:30:52.000Z","updated_at":"2022-01-08T22:05:43.000Z","dependencies_parsed_at":"2024-11-15T12:16:31.064Z","dependency_job_id":null,"html_url":"https://github.com/QuickCorp/eslint-config-qcobjects","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":0.09615384615384615,"last_synced_commit":"33212127d83d7717cc1abef2406c2a17b9bce837"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/QuickCorp/eslint-config-qcobjects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCorp%2Feslint-config-qcobjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCorp%2Feslint-config-qcobjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCorp%2Feslint-config-qcobjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCorp%2Feslint-config-qcobjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuickCorp","download_url":"https://codeload.github.com/QuickCorp/eslint-config-qcobjects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickCorp%2Feslint-config-qcobjects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267985521,"owners_count":24176482,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-28T09:08:35.709Z","updated_at":"2025-07-31T04:07:40.668Z","avatar_url":"https://github.com/QuickCorp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-qcobjects\n\nESLint Config for QCObjects\n\n## Install\n\n```shell\n  npm i -D eslint-config-qcobjects\n```\n\n**NOTE:** Make sure you have installed QCObjects and ESLint before you use this\n\nTo install them\n\n```shell\n  npm i --save-dev qcobjects eslint\n```\n\n## Settings\n\nCreate a .eslintrc.json file with this content\n\n```json\n  {\n    \"extends\": [\n      \"qcobjects\"\n    ]\n  }\n```\n\n## Extended settings to work with modules\n\nCreate a .eslintrc.json file with this content\n\n```json\n{\n    \"extends\": [\n      \"qcobjects\"\n    ],\n    \"ecmaFeatures\": {\n        \"modules\": true,\n        \"spread\" : true,\n        \"restParams\" : true\n    },\n    \"parserOptions\": {\n        \"sourceType\": \"module\"\n    }\n  }\n```\n\n## Include eslint in your test script in package.json\n\n```shell\n  npx eslint . --fix\n```\n\n```json\n{\n  \"scripts\":{\n    \"test\": \"npx eslint . --fix\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickcorp%2Feslint-config-qcobjects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquickcorp%2Feslint-config-qcobjects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickcorp%2Feslint-config-qcobjects/lists"}