standard-reporter

Reporters for feross/standard or uber/standard via unix pipes

ISC 6 个版本
安装
npm install standard-reporter
yarn add standard-reporter
pnpm add standard-reporter
bun add standard-reporter
README

standard-reporter

Allows you to pipe uber/standard or feross/standard output and get different reporting formats.

Usage

$ standard | standard-reporter
$ standard | standard-reporter --stylish
$ standard | standard-reporter --json > lint.json
$ standard | standard-reporter --checkstyle > lint.xml

If you put standard in verbose mode, the results will also include the lint rule name. If you're using an older version of standard that doesn't print lint errors on stdout, you will need to redirect stderr output to stdout.

版本列表
1.0.5 2015-04-28
1.0.4 2015-04-25
1.0.3 2015-04-25
1.0.2 2015-04-25
1.0.1 2015-04-25
1.0.0 2015-04-14