eslint-formatter-mo
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/fengzilong/eslint-formatter-mo/compare/v1.0.0...v1.0.1) (2021-04-24) | ||
### Bug Fixes | ||
* bump emphasize version ([5c2c434](https://github.com/fengzilong/eslint-formatter-mo/commit/5c2c43437ad275898fced4a10c41224cb3c35385)) | ||
# 1.0.0 (2020-03-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "eslint-formatter-mo", | ||
"description": "", | ||
"version": "1.0.0", | ||
"description": "Good-lookin' ESLint formatter for delightful readability", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
@@ -20,3 +20,10 @@ "files": [ | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"eslint", | ||
"formatter", | ||
"eslint formatter", | ||
"pretty", | ||
"fancy", | ||
"readability" | ||
], | ||
"author": "", | ||
@@ -30,3 +37,3 @@ "license": "MIT", | ||
"chalk": "^3.0.0", | ||
"emphasize": "^3.0.0", | ||
"emphasize": "^4.2.0", | ||
"gradient-string": "^1.2.0", | ||
@@ -33,0 +40,0 @@ "plur": "^4.0.0", |
# 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) | ||
Good-lookin' ESLint formatter | ||
# Preview | ||
### group by file | ||
<img src="media/snapshot.jpg" alt="snapshot" width="500px"> | ||
### auto fixable is marked | ||
<img src="media/auto-fixable.jpg" alt="snapshot" width="500px"> | ||
### summary | ||
<img src="media/summary.jpg" alt="snapshot" width="300px"> | ||
# Installation | ||
@@ -21,6 +38,10 @@ | ||
Simply append `-f mo` to your eslint command | ||
`eslint [directory] -f mo` | ||
It should works | ||
# License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11579
47
+ Addedchalk@4.1.2(transitive)
+ Addedemphasize@4.2.0(transitive)
+ Addedhighlight.js@10.4.1(transitive)
+ Addedlowlight@1.17.0(transitive)
- Removedemphasize@3.0.0(transitive)
- Removedhighlight.js@9.12.0(transitive)
- Removedlowlight@1.9.2(transitive)
Updatedemphasize@^4.2.0