Skip to content

Commit

Permalink
⬆️ [major] eslint-formatter-friendly to 6.0.0
Browse files Browse the repository at this point in the history
The package was renamed, to ease use on the cli.  It also has had a 
few nice formatting improvements in the intervening versions.
  • Loading branch information
IanVS committed Oct 13, 2018
1 parent ed6db9a commit 1e4d3cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
47 changes: 17 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"chalk": "^2.4.1",
"eslint": "^4.2.0",
"eslint-filtered-fix": "^0.1.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-formatter-friendly": "^6.0.0",
"eslint-stats": "^1.0.0",
"eslint-summary": "^1.0.0",
"inquirer": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/config/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ These will be used as custom formatters.

export var stats = require.resolve('eslint-stats/byErrorAndWarning.js');
export var summary = require.resolve('eslint-summary/summary.js');
export var detailed = require.resolve('eslint-friendly-formatter');
export var detailed = require.resolve('eslint-formatter-friendly');

0 comments on commit 1e4d3cb

Please sign in to comment.