{"id":30693143,"url":"https://github.com/hecom-rn/eslint-plugin-no-date-constructors","last_synced_at":"2025-09-02T05:35:45.889Z","repository":{"id":308869872,"uuid":"1023521960","full_name":"hecom-rn/eslint-plugin-no-date-constructors","owner":"hecom-rn","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-08T10:16:36.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-08T12:18:09.796Z","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/hecom-rn.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":"2025-07-21T09:34:42.000Z","updated_at":"2025-08-08T10:16:39.000Z","dependencies_parsed_at":"2025-08-08T12:18:35.332Z","dependency_job_id":null,"html_url":"https://github.com/hecom-rn/eslint-plugin-no-date-constructors","commit_stats":null,"previous_names":["hecom-rn/eslint-plugin-no-date-constructors"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hecom-rn/eslint-plugin-no-date-constructors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Feslint-plugin-no-date-constructors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Feslint-plugin-no-date-constructors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Feslint-plugin-no-date-constructors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Feslint-plugin-no-date-constructors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecom-rn","download_url":"https://codeload.github.com/hecom-rn/eslint-plugin-no-date-constructors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecom-rn%2Feslint-plugin-no-date-constructors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273236063,"owners_count":25069388,"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-09-02T02:00:09.530Z","response_time":77,"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-09-02T05:35:40.241Z","updated_at":"2025-09-02T05:35:45.874Z","avatar_url":"https://github.com/hecom-rn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## eslint-plugin-no-date-constructors\n\nESLint plugin to disallow problematic date constructors (`new Date()`, `XDate`, `moment()`).\n\n\n\n### Usage\nIn your ESLint configuration (.eslintrc.js):\n```\nmodule.exports = {\n  plugins: ['no-date-constructors'],\n  rules: {\n    'no-date-constructors/no-date-constructors': 'error'\n  }\n};\n```\n\n### Rules\nno-date-constructors/no-date-constructors: disallows new Date(), XDate and moment() constructors\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecom-rn%2Feslint-plugin-no-date-constructors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhecom-rn%2Feslint-plugin-no-date-constructors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecom-rn%2Feslint-plugin-no-date-constructors/lists"}