UNPKG

echo-fecs

Version:

Front End Code Style Suite

9 lines (7 loc) 179 B
/** * @file JSON formatter for check results * @author chris<wfsr@foxmail.com> */ module.exports = function (json) { process.stdout.write(JSON.stringify(json) + '\n'); };