Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

screenshot

🎊 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

file-level-summary

summary

# License

MIT