Xo Summary Save

Display output from `xo` as a list of style errors, ordered by count

Project README

xo-summary

Display output from xo as a list of style errors, ordered by count.

This package is inspired from standard-summary.

Install

$ npm install -g xo xo-summary

Usage

cd into your favorite javascript project, then pipe the output of xo into xo-summary:

$ cd my/project
$ xo | xo-summary

188    Missing semicolon.
20     Expected indentation of 0 tabs but found 4 spaces.
15     Expected property shorthand.
15     Unexpected space before function parentheses.
11     Unexpected function expression.
9      Expected { after if condition.
5      Identifier time_ago is not in camel case.
4      Expected { after else.
...
  • XO - JavaScript happiness style linter

License

MIT © LitoMore

Open Source Agenda is not affiliated with "Xo Summary" Project. README Source: LitoMore/xo-summary
Stars
35
Open Issues
0
Last Commit
1 year ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating