{"id":13801939,"url":"https://github.com/fengzilong/eslint-formatter-mo","last_synced_at":"2025-04-07T07:03:47.075Z","repository":{"id":38175133,"uuid":"242292664","full_name":"fengzilong/eslint-formatter-mo","owner":"fengzilong","description":"Good-lookin' ESLint formatter for delightful readability","archived":false,"fork":false,"pushed_at":"2023-03-04T06:14:48.000Z","size":1249,"stargazers_count":126,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-24T19:40:05.642Z","etag":null,"topics":["eslint","eslint-formatter","eslintformatter","fancy","formatter","pretty","readability"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fengzilong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-02-22T06:35:27.000Z","updated_at":"2024-12-15T14:28:37.000Z","dependencies_parsed_at":"2024-01-08T10:16:32.924Z","dependency_job_id":"6c29e629-e6d5-4126-8d7d-0105116a88e9","html_url":"https://github.com/fengzilong/eslint-formatter-mo","commit_stats":{"total_commits":40,"total_committers":4,"mean_commits":10.0,"dds":"0.30000000000000004","last_synced_commit":"664f737873140384b65599ee91d33ab9d22e39d6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengzilong%2Feslint-formatter-mo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengzilong%2Feslint-formatter-mo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengzilong%2Feslint-formatter-mo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengzilong%2Feslint-formatter-mo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengzilong","download_url":"https://codeload.github.com/fengzilong/eslint-formatter-mo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608150,"owners_count":20965952,"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","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-formatter","eslintformatter","fancy","formatter","pretty","readability"],"created_at":"2024-08-04T00:01:30.937Z","updated_at":"2025-04-07T07:03:47.050Z","avatar_url":"https://github.com/fengzilong.png","language":"JavaScript","funding_links":[],"categories":["Formatters"],"sub_categories":["Testing Tools"],"readme":"# eslint-formatter-mo\n\n[![npm version](https://img.shields.io/npm/v/eslint-formatter-mo?style=flat-square)](https://www.npmjs.com/package/eslint-formatter-mo)\n[![actions status](https://img.shields.io/github/actions/workflow/status/fengzilong/eslint-formatter-mo/release.yml?style=flat-square)](https://github.com/fengzilong/eslint-formatter-mo/actions/workflows/release.yml)\n[![npm downloads](https://img.shields.io/npm/dm/eslint-formatter-mo?style=flat-square)](https://www.npmjs.com/package/eslint-formatter-mo)\n[![awesome](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/dustinspecker/awesome-eslint)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)\n\nGood-lookin' ESLint formatter\n\n\u003cimg src=\"media/screenshot.jpg\" alt=\"screenshot\" width=\"700px\"\u003e\n\n🎊 Obviously it's more human-readable 🎉🎉🎉\n\n\u003e [!NOTE]\n\u003e This library was moved to ESM from v2.\n\u003e \n\u003e If v2 doesn't work well with your Node.js version, check the 1.x version for better compatibility.\n\n# Features\n\n- 🎯 Line number\n- 🌈 Code highlight\n- ⚓️ Position pointer\n- 🦄 Error/Warning detail\n- 🍻 Auto-fixable is also marked\n- 📄 File-level summary\n- 📋 Total summary\n- 🥳 **Support 50+ VSCode Syntax themes (New feature from v2)**\n- 🎊 **Support JSON/Markdown/CSS syntax highlighting (New feature from v2)**\n\n# Installation\n\n```shell\nnpm i eslint-formatter-mo -D\n```\n\n# Usage\n\nSimply append `-f mo` to your eslint command\n\n`eslint [patterns] -f mo`\n\n\u003e -f is short for --format\n\nSee [ESLint Formatters](https://eslint.org/docs/latest/use/formatters/#eslint-formatters) for detail\n\n# Themes\n\nThanks to [shiki](https://github.com/shikijs/shiki), now we support 50+ VSCode syntax themes in v2.\n\nYou can choose your favorite theme by specifying `MO_THEME` environment variable.\n\n```shell\nMO_THEME=\u003ctheme_id\u003e eslint [patterns] -f mo\n```\n\ntheme_id | preview |\n---------|----------\n one-dark-pro | \u003cimg src=\"./media/themes/one-dark-pro.jpg\" alt=\"one-dark-pro\" width=\"360\" /\u003e\n dracula | \u003cimg src=\"./media/themes/dracula.jpg\" alt=\"dracula\" width=\"360\" /\u003e\n night-owl | \u003cimg src=\"./media/themes/night-owl.jpg\" alt=\"night-owl\" width=\"360\" /\u003e\n vitesse-dark | \u003cimg src=\"./media/themes/vitesse-dark.jpg\" alt=\"vitesse-dark\" width=\"360\" /\u003e\n nord | \u003cimg src=\"./media/themes/nord.jpg\" alt=\"nord\" width=\"360\" /\u003e\n ... | ...\n\n[Here](https://shiki.style/themes) are the all available 50+ VSCode syntax themes.\n\n# More screenshots\n\n## Summary\n\n\u003cimg src=\"media/file-level-summary.jpg\" alt=\"file-level-summary\" width=\"300px\" /\u003e\n\n\u003cimg src=\"media/summary.jpg\" alt=\"summary\" width=\"300px\" /\u003e\n\n## More languages\n\nJSON\n\n\u003cimg src=\"media/json.jpg\" alt=\"JSON\" width=\"300px\" /\u003e\n\nMarkdown\n\n\u003cimg src=\"media/markdown.jpg\" alt=\"Markdown\" width=\"300px\" /\u003e\n\nCSS\n\n\u003cimg src=\"media/css.jpg\" alt=\"CSS\" width=\"300px\" /\u003e\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengzilong%2Feslint-formatter-mo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengzilong%2Feslint-formatter-mo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengzilong%2Feslint-formatter-mo/lists"}