{"id":33314518,"url":"https://github.com/dcdavidev/vuoto","last_synced_at":"2026-03-01T16:00:55.956Z","repository":{"id":340238136,"uuid":"1164901179","full_name":"dcdavidev/vuoto","owner":"dcdavidev","description":"cut the noise, clean the void—normalize your whitespace.","archived":false,"fork":false,"pushed_at":"2026-02-23T16:19:48.000Z","size":675,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-24T05:05:30.454Z","etag":null,"topics":["eslint","eslint-plugin","normalizer","vuoto","whitespace"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dcdavidev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-23T15:58:35.000Z","updated_at":"2026-02-23T16:23:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dcdavidev/vuoto","commit_stats":null,"previous_names":["dcdavidev/vuoto"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dcdavidev/vuoto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdavidev%2Fvuoto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdavidev%2Fvuoto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdavidev%2Fvuoto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdavidev%2Fvuoto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcdavidev","download_url":"https://codeload.github.com/dcdavidev/vuoto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcdavidev%2Fvuoto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29819933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T11:54:16.236Z","status":"ssl_error","status_checked_at":"2026-02-25T11:54:15.198Z","response_time":61,"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":["eslint","eslint-plugin","normalizer","vuoto","whitespace"],"created_at":"2025-11-19T12:02:55.884Z","updated_at":"2026-02-25T12:01:31.025Z","avatar_url":"https://github.com/dcdavidev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"gh-banner.png\" alt=\"vuoto banner\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n# vuoto\n\n\u003e cut the noise, clean the void—normalize your whitespace\n\n`vuoto` is a modern whitespace normalizer and ESLint plugin designed to detect and fix invisible, ambiguous, or problematic Unicode whitespace characters that can cause issues in codebases, data processing, and terminal output.\n\n## Features\n\n- 🎯 **Whitespace Normalization**: Detects and fixes 13+ types of problematic characters (Zero-width, NBSP, BOM, etc.)\n- 🚀 **ESLint Plugin**: Includes `eslint-plugin-vuoto` for real-time linting and auto-fixing.\n- 🌈 **Beautiful CLI**: Enhanced terminal output with progress tracking and detailed reporting.\n- ⚡ **Turbo Powered**: Built as a monorepo for maximum performance and reliability.\n- 🔧 **Highly Configurable**: Supports `.vuotoignore` for custom exclusions.\n\n## Packages\n\n| Package                                                 | Description                               | Version                                                                                                                   |\n| ------------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |\n| [`vuoto`](./packages/vuoto)                             | Core CLI and normalization engine         | [![npm version](https://img.shields.io/npm/v/vuoto.svg)](https://www.npmjs.com/package/vuoto)                             |\n| [`eslint-plugin-vuoto`](./packages/eslint-plugin-vuoto) | ESLint rules for whitespace normalization | [![npm version](https://img.shields.io/npm/v/eslint-plugin-vuoto.svg)](https://www.npmjs.com/package/eslint-plugin-vuoto) |\n\n## Quick Start\n\n### CLI\n\n```bash\nnpx vuoto --fix\n```\n\n### ESLint\n\n```javascript\n// eslint.config.js\nimport vuoto from 'eslint-plugin-vuoto';\n\nexport default [...vuoto.configs.recommended];\n```\n\n## What it Normalizes\n\n- ✓ **Zero-width characters**: ZWSP, ZWNJ, ZWJ, ZWNBSP\n- ✓ **Invisible separators**: Word Joiner, BOM\n- ✓ **Non-breaking spaces**: NBSP, NNBSP\n- ✓ **Legacy controls**: Form Feed, Vertical Tab\n- ✓ **Unicode separators**: Line/Paragraph separators (U+2028, U+2029)\n- ✓ **Wide spaces**: Em/En spaces, Ideographic space\n\n## License\n\nThis project is licensed under the MIT License.\n\n**Copyright (c) 2026 Davide Di Criscito**\n\nFor the full details, see the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcdavidev%2Fvuoto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcdavidev%2Fvuoto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcdavidev%2Fvuoto/lists"}