How to use vfile-reporter - 2 common examples

To help you get started, we’ve selected a few vfile-reporter examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github medfreeman / remark-generic-extensions / src / __tests__ / helpers / transform.js View on Github external
.process(input, function(err, file) {
      log += report(err || file, { color: false });
    });
  return log;
github everylint / everylint / src / index.js View on Github external
export function printReport(report) {
  return reporter(report.results);
}

vfile-reporter

vfile utility to create a report for a file

MIT
Latest version published 30 days ago

Package Health Score

72 / 100
Full package analysis

Popular vfile-reporter functions