{"id":37229014,"url":"https://github.com/finografic/dprint-config","last_synced_at":"2026-03-15T18:56:53.441Z","repository":{"id":331994091,"uuid":"1131430536","full_name":"finografic/dprint-config","owner":"finografic","description":"Basic dprint formatting for the @fingorafic ecosystem","archived":false,"fork":false,"pushed_at":"2026-01-19T06:15:08.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-19T13:52:15.574Z","etag":null,"topics":["configuration","dprint","finografic","formatter","plugins"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/finografic.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-01-10T02:07:47.000Z","updated_at":"2026-01-19T06:15:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/finografic/dprint-config","commit_stats":null,"previous_names":["finografic/dprint-config"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/finografic/dprint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finografic%2Fdprint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finografic%2Fdprint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finografic%2Fdprint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finografic%2Fdprint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finografic","download_url":"https://codeload.github.com/finografic/dprint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finografic%2Fdprint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28980855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T13:38:33.235Z","status":"ssl_error","status_checked_at":"2026-02-01T13:38:32.912Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["configuration","dprint","finografic","formatter","plugins"],"created_at":"2026-01-15T03:30:46.586Z","updated_at":"2026-02-01T15:01:48.659Z","avatar_url":"https://github.com/finografic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦋 @finografic/dprint-config\n\nOpinionated, minimal **dprint configuration** for the finografic ecosystem.\n\nUse it alongside (but independent from) `@finografic/eslint-config`—ESLint for correctness, dprint for formatting.\n\n## Goals\n\n- Replace **Prettier** with **dprint**\n- Keep formatting **out of ESLint**\n- Provide a **stable, explicit formatting policy**\n- Fast and lightweight (powered by Rust)\n- Work cleanly in TypeScript-first, pnpm-based monorepos\n\n## Usage\n\nCreate `dprint.jsonc` in your repo root:\n\n```jsonc\n{\n  \"$schema\": \"https://dprint.dev/schemas/v0.json\",\n  \"extends\": \"node_modules/@finografic/dprint-config/dprint.jsonc\",\n}\n```\n\n## Maintainers\n\nMaintainer scripts live in `scripts/*.ts` and run via `tsx`.\n\n```bash\n# Update plugin versions AND regenerate schemas/docs/types (recommended)\npnpm update.plugins.full\n\n# Or run individually:\npnpm update.plugins                 # Update plugin versions in defaults/ and overrides/\npnpm generate.plugin.artefacts     # Generate docs/types/defaults from schemas\npnpm generate.plugin.artefacts --force  # Clear cached schemas and regenerate\n\n# Install flattened config to ~/dprint.jsonc\npnpm install.dprint.home.config\n```\n\n### Plugin registry\n\nAll plugin metadata is centralized in `config/plugins.registry.ts`. Generated outputs follow a consistent naming convention:\n\n```text\nconfig/defaults/{plugin}.jsonc        # Generated reference (all options with defaults)\nconfig/overrides/{plugin}.jsonc       # Customized config (consumed, never overwritten)\ndocs/rules/{plugin}.rules.md          # Generated documentation\ninternal/schemas/{plugin}.schema.json # Cached JSON schema\ntypes/{plugin}.d.ts                   # TypeScript types\n```\n\n**Workflow:**\n\n- `update.plugins` updates WASM plugin URLs in both `defaults/` and `overrides/`\n- `generate.plugin.artefacts` fetches fresh schemas and regenerates docs/types/defaults\n- `update.plugins.full` runs both update and generate with `--force` (recommended after plugin updates)\n- Use `--force` flag to clear cached schemas and ensure fresh data after plugin updates\n\n## What it formats\n\n- TypeScript / JavaScript\n- JSON / JSONC\n- Markdown\n- TOML\n- YAML (Pretty YAML)\n- CSS / SCSS / Sass (Malva)\n- Markup (HTML/Vue/Svelte/Astro via `markup_fmt`)\n\n## Commands\n\n```bash\n# format (write)\ndprint fmt\n\n# check (CI)\ndprint check\n```\n\n## License\n\nMIT © [finografic](https://github.com/finografic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinografic%2Fdprint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinografic%2Fdprint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinografic%2Fdprint-config/lists"}