{"id":19957217,"url":"https://github.com/jsdaddy/dart-linter-rules","last_synced_at":"2026-05-13T03:36:11.280Z","repository":{"id":244379683,"uuid":"815076339","full_name":"JsDaddy/dart-linter-rules","owner":"JsDaddy","description":"Custom linter rules for Dart and Flutter projecrts","archived":false,"fork":false,"pushed_at":"2024-06-14T10:35:24.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T18:59:15.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/JsDaddy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-14T09:50:41.000Z","updated_at":"2025-02-12T14:20:48.000Z","dependencies_parsed_at":"2024-06-14T11:25:41.969Z","dependency_job_id":"3ba61ff5-fd78-4ee9-8b37-5c053849cc99","html_url":"https://github.com/JsDaddy/dart-linter-rules","commit_stats":null,"previous_names":["jsdaddy/dart-linter-rules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JsDaddy/dart-linter-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsDaddy%2Fdart-linter-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsDaddy%2Fdart-linter-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsDaddy%2Fdart-linter-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsDaddy%2Fdart-linter-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JsDaddy","download_url":"https://codeload.github.com/JsDaddy/dart-linter-rules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsDaddy%2Fdart-linter-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32967207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"online","status_checked_at":"2026-05-13T02:00:07.132Z","response_time":115,"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":"2024-11-13T01:36:58.450Z","updated_at":"2026-05-13T03:36:11.246Z","avatar_url":"https://github.com/JsDaddy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsdaddy_custom_lints\n\n`jsdaddy_custom_lints` is a Dart package designed to enforce a custom lint rule that ensures file names follow the kebab-case convention. This package is useful for maintaining consistent file naming conventions across your Dart and Flutter projects.\n\n## Features\n\n- Enforces file names to be in lowercase and use hyphens (`-`) instead of underscores (`_`).\n- Integrates with the `custom_lint` package to provide real-time linting in your IDE.\n\n## Installation\n\nAdd `jsdaddy_custom_lints` to your `pubspec.yaml` file:\n\n```yaml\ndev_dependencies:\n  jsdaddy_custom_lints:\n    git:\n        url: https://github.com/JsDaddy/dart-linter-rules\n```\n## Usage\n\nTo use the custom lint rule, add the following configuration to your `analysis_options.yaml` file:\n\n```yaml\nanalyzer:\n  plugins:\n    - custom_lint\ncustom_lint:\n  enable_all_lint_rules: false\n  rules:\n    - file_naming_kebab_case\n```\nThis configuration will enable the file_naming_kebab_case rule, ensuring that all Dart files are checked for compliance with the kebab-case naming convention.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdaddy%2Fdart-linter-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdaddy%2Fdart-linter-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdaddy%2Fdart-linter-rules/lists"}