Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengzilong/eslint-formatter-mo
Good-lookin' ESLint formatter for delightful readability
https://github.com/fengzilong/eslint-formatter-mo
eslint eslint-formatter eslintformatter fancy formatter pretty readability
Last synced: 3 months ago
JSON representation
Good-lookin' ESLint formatter for delightful readability
- Host: GitHub
- URL: https://github.com/fengzilong/eslint-formatter-mo
- Owner: fengzilong
- License: mit
- Created: 2020-02-22T06:35:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:14:48.000Z (over 1 year ago)
- Last Synced: 2024-04-30T00:21:40.083Z (6 months ago)
- Topics: eslint, eslint-formatter, eslintformatter, fancy, formatter, pretty, readability
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 119
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-eslint - mo - Good-lookin' ESLint formatter and also for delightful reading experience. (Formatters / Testing Tools)
README
# eslint-formatter-mo
![npm version](https://img.shields.io/npm/v/eslint-formatter-mo)
![npm downloads](https://img.shields.io/npm/dm/eslint-formatter-mo)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![actions status](https://github.com/fengzilong/eslint-formatter-mo/workflows/Release/badge.svg)](https://github.com/fengzilong/eslint-formatter-mo/actions/workflows/release.yml)Good-lookin' ESLint formatter
🎊 Obviously it's more human-readable 🎉🎉🎉
# Features
- 🎯 Line number
- 🌈 Code highlight
- ⚓️ Position pointer
- 🦄 Error/Warning detail
- 🍻 Auto-fixable is also marked
- 📄 File-level summary
- 📋 Total summary# Installation
```bash
yarn add eslint-formatter-mo --dev
```or
```bash
npm i eslint-formatter-mo -D
```# Usage
Simply append `-f mo` to your eslint command
`eslint [patterns] -f mo`
> -f is short for --format
See [ESLint Formatters](https://eslint.org/docs/user-guide/formatters/#eslint-formatters) for detail
# More screenshots
# License
MIT