Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-formatter-mo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-mo - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

package.json
{
"name": "eslint-formatter-mo",
"description": "Good-lookin' ESLint formatter for delightful readability",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",

@@ -10,3 +10,3 @@ "files": [

"scripts": {
"test": "eslint fixtures -f ./ --fix",
"fixture": "eslint fixtures -f ./",
"lint": "eslint lib -f ./"

@@ -23,4 +23,5 @@ },

"eslint",
"eslint-formatter",
"eslintformatter",
"formatter",
"eslint formatter",
"pretty",

@@ -46,3 +47,3 @@ "fancy",

"@semantic-release/git": "^9.0.0",
"eslint": "^6.8.0",
"eslint": "^8.1.0",
"eslint-config-mo": "^0.5.2",

@@ -49,0 +50,0 @@ "semantic-release": "^17.0.4"

@@ -6,20 +6,22 @@ # 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)
[![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
# Preview
<img src="media/screenshot.jpg" alt="screenshot" width="700px">
### group by file
🎊 Obviously it's more human-readable 🎉🎉🎉
<img src="media/snapshot.jpg" alt="snapshot" width="500px">
# Features
### auto fixable is marked
- 🎯 Line number
- 🌈 Code highlight
- ⚓️ Position pointer
- 🦄 Error/Warning detail
- 🍻 Auto-fixable is also marked
- 📄 File-level summary
- 📋 Total summary
<img src="media/auto-fixable.jpg" alt="snapshot" width="500px">
### summary
<img src="media/summary.jpg" alt="snapshot" width="300px">
# Installation

@@ -39,10 +41,18 @@

Simply append `-f mo` to your eslint command
Simply append `-f mo` to your eslint command
`eslint [directory] -f mo`
`eslint [patterns] -f mo`
It should works
> -f is short for --format
See [ESLint Formatters](https://eslint.org/docs/user-guide/formatters/#eslint-formatters) for detail
# More screenshots
<img src="media/file-level-summary.jpg" alt="file-level-summary" width="300px">
<img src="media/summary.jpg" alt="summary" width="300px">
# License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc